MidiKeys icon indicating copy to clipboard operation
MidiKeys copied to clipboard

Incorrect NoteOff after changing octaves

Open eclab opened this issue 4 years ago • 2 comments

  1. Hold down a key (say, "q") to play a note. A NOTE ON is signaled to begin playing that note.

  2. While holding down the key, press the RIGHT ARROW to shift up an octave.

  3. 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.

eclab avatar Nov 06 '20 03:11 eclab

Thanks for the bug report! I have some time coming up next month when I should be able to work on this.

flit avatar Nov 15 '20 17:11 flit

I was able to fix this. WIll submit a PR soon.

gsxdsm avatar Dec 23 '22 04:12 gsxdsm