on-note-on

e/midi/on-note-on

Extracts note number and velocity from incoming Note On messages, ignores the rest.
on-note-on
@/on-note-on
Extracts note number and velocity from incoming Note On messages, ignores the rest.
MSG@/message
INpulse
on-note-on
OUT
IN
NOTE
VEL
MSG
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.