you can have more than one cursor clip.The only method I found to add a note to a clip is using the setStep() method, which only accept an integer number of step size to position the note on the timeline.
Is there any alternative way to place the note an arbitrary time?
A partial and ugly workaround is to do some math and use the setStepSize() to alter the step size to a tiny value to have a higher temporal resolution for setStep, but it's weak in many ways and it can have detrimental effects on other interactions with the same clip...

Statistics: Posted by Kirkwood West — Sat Mar 01, 2025 8:06 am