on-note-off

e/midi/on-note-off

Extracts note number and velocity from incoming Note Off messages, ignores the rest.
on-note-off
@/on-note-off
Extracts note number and velocity from incoming Note Off messages, ignores the rest.
MSG@/message
INpulse
on-note-off
IN
OUT
MSG
NOTE
VEL
OUTpulse
Pulses when new values are extracted
VELnumber
Note velocity (from 0 to 127)
NOTEnumber
Note number (from 0 to 127)
To use the node in your project you should have the e/midi library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.