GadgetFactory / RetroCade_Synth

RetroCade Synth - C64 SID, YM2149, and POKEY audio chips with MIDI interface.
37 stars 18 forks source link

Handle zero-velocity note releases #43

Open bugQ opened 11 years ago

bugQ commented 11 years ago

Many MIDI keyboards, controllers, and software don't send actual NoteOff data, instead sending NoteOn with velocity 0 to indicate the end of the note. MIDI 1.0+ specifies that this should be interpreted the same as a NoteOff, just without a specific release velocity.