scrime-u-bordeaux / web-midifile-performer

a web version of the midifile performer software
0 stars 0 forks source link

Only one same-pitch synchronized note lights up on play or perform #96

Open NyuBlara opened 1 month ago

NyuBlara commented 1 month ago

Although all notes in a set are given corresponding gNote listeners, and can thus be used to interact with the set...

image

...only one of them will light up due to how the refresh notes logic was written (i.e. : for the piano roll, where they all overlap and only one has to be highlighted) :

image

This is a minor problem as it doesn't cause a loss of interactivity, but it may confuse users.