Use case. I have a long song with 100 notes and want to move ALL of the notes to the right EXCEPT for the first 3. The only way to do this currently are:
a) Zoom out to see all the notes and then Marquee all the required notes, but not ones you don’t want to move. With a long song this is very fiddly since you are zoomed out a lot!.
b) Start a Marquee selection zoomed in and move the cursor to the right hand side of the window. The Piano Roll will autoscroll horizontally, but it’s VERY slow.
I’d like a script which simply deselects my current selection (eg the first 3 notes) and then inverts the selection (eg the originally unselected 97 notes are now selected)
***In an ideal world Synth V would have the same deselect Mouse Modifier operation that most Windows programs use, ie Left Mouse Drag creates a Selection Marquee whilst SHIFT+ Left Mouse Button Deselects from an existing selection. I’m guessing, however that this functionality isn’t available via the API…
Thanks!