krevis / MIDIApps

MIDI apps for Mac OS X: MIDI Monitor and SysEx Librarian.
http://www.snoize.com/
BSD 3-Clause "New" or "Revised" License
707 stars 113 forks source link

Add independent switch to show Note On (zero velocity) as Note Off #70

Open krevis opened 5 years ago

krevis commented 5 years ago

Currently the only way to show Note On (0 velocity) events, as they really are, is to turn on "Expert Mode". That has other ramifications like showing events as hex.

Just make separate switches for everything under Expert Mode.

thealienthing commented 5 years ago

I haven't ever encountered a Note On event with 0 velocity. Even with velocity sensitive keyboards like a seaboard, I can't seem to come across any times where a Note On event with 0 velocity is ever sent in expert mode.

Is there a particular tool or instrument you use that has such note on events?

krevis commented 5 years ago

It's fairly common, at least with older devices. I just tried with my Korg Wavestation (circa 1990) and it sends note-offs as note-on with zero velocity (hex 9x xx 00).

Here's a good explanation for why.