Select every n'th note in in internal edit mode

It happens quite often to me i have to select every second or every fourth note (usually a hi-hat :slight_smile: ), so nothing that fancy.
I searched if there another way then clicking one after the other, but couldn’t find anything.
Perhaps i failed to find it here:

So in short something like “note brushing” with alt-key hold , but for selection. Is something like that possible?
Thanks in advance.

If it’s something like a hihat, which is on a specific note separate from others, you should be able to drag-select over the notes.

You should also be able to left-click the note on the scroomer to select all of the instances of that note.

Cheers,

Keith

Not all notes, that is straight forward.

I don’t believe that is possible currently, but this does feel like a potential problem with a Lua solution waiting to be written. Not sure though if you can pass selections (Pretty sure you can) or notes (Less sure) in to a lua script but it would be potentially possible to write a script that takes a current bulk selection, and selects every third note, or every fourth note based off timestamps of events.

Please keep in mind I actually don’t write Lua scripts, so part of this is little better than semi-educated guessing:)

1 Like