New Plugin: Filter Similar Note Levels
Hi everyone,
I just finished a plugin to select and copy specific chord levels directly on the staff with no UI.
- You can specify a start and end note at the chord level(s) you wish to filter, or just select a note(s) at a single beat to extend selection to within the measure.
- works with multiple voices and staves.
- run the plugin twice and the selection will cover the whole staff.
- Oh and the selection is automatically copied, you can just past it normally with ctrl+v.
For more info see documentation here https://musescore.org/en/project/filter-similar-note-levels
Try it out, and do let me know of any issues. Hope you find it useful as much as I do.
Here is a demo:
Comments
After some discussion with @xiaoMigros (here: https://musescore.org/en/node/328754#comment-1204524) I updated the code with levels counted top-down thus making it possible to select top notes, or select any level number counting from above - should be more handy when there are multiple chord lengths present. Bottom notes can still be selected.
Should still work with multiple voices and/or staves.
In reply to After some discussion with… by .ash86
Here is another updated code where you can specify the counting direction that works best for you.
Just comment out the corresponding "var counting" at the beginning of the code.
In both cases, top and bottom notes can now be selected independently of chord sizes present.
https://github.com/Ash-86/Filter-Similar-Note-Levels/blob/main/Filter%2…
support for 3.x added.