I get how to use `createCursorClip`, supplying a grid size. I can then call `getStep(1,0,0)` to determine if C-2 at position 0 of my clip has a note or not. In theory, i could call this 88x per step, iterating through all the steps, then i would have all the notes.
By the time i do that, it would have been easier to force the user to save, decompress the saved bitwig file, parse the XML, and extract the note data that way.
Is there no better way? I don't get why cursorClip doesn't expose a linked list style way to access the notes in the clip.
By the time i do that, it would have been easier to force the user to save, decompress the saved bitwig file, parse the XML, and extract the note data that way.
Is there no better way? I don't get why cursorClip doesn't expose a linked list style way to access the notes in the clip.
Statistics: Posted by tastycode — Sat Mar 23, 2024 11:11 am — Replies 0 — Views 12