fretboard-plugin
fretboard-plugin copied to clipboard
Show selected notes on fretboard
it would be nice to see every selected notes on the fretboard visualisation...
something like this:

thank you
does show when selecting several intervals

but not when I pick 2 note

Indeed, the case of a range selection was implemented recently in 35c84dc8632cb29a04e65bcfa208020a49fe14fa, so the plugin now displays all notes in a range selection. Maybe this should be extended for a non-range selection containing multiple notes.
I wonder what would be the expected behavior though: if one note is selected the fretboard displays its entire chord (which is expected for using the fretboard widget as a note input tool). Does this mean that if two notes are selected then both chords should be displayed on the fretboard? Or just these two notes? And what is the scenario when such handling of multiple notes selection is needed?