scrime-u-bordeaux / web-midifile-performer

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

Get rid of highlight block in non-silent modes #74

Closed NyuBlara closed 6 months ago

NyuBlara commented 7 months ago

Instead of disallowing highlight in perform/play mode, we could give notes highlighted by refresh logic an important class. unfillActiveRects() would then take a boolean arg to exclude important notes, and this flag would be set to true when painting on click or hover.

josephlarralde commented 7 months ago

whatever behaviour this would be a fix for, letting css do its part of the job sounds good to me