MidiKeys
MidiKeys copied to clipboard
Incorrect NoteOff after changing octaves
-
Hold down a key (say, "q") to play a note. A NOTE ON is signaled to begin playing that note.
-
While holding down the key, press the RIGHT ARROW to shift up an octave.
-
Let go of the ("q") key. The wrong NOTE OFF is signaled: it's the one to stop playing the note up one octave. The note is now permanently stuck on.
This works with left arrow too of course.
Thanks for the bug report! I have some time coming up next month when I should be able to work on this.
I was able to fix this. WIll submit a PR soon.