Interpret MIDI note messages with release velocity
Name | Type | Opt | Description |
---|---|---|---|
MIDI-channel | int | opt | Specifies a channel number on which to look for incoming MIDI note-on and note-off messages. Channel numbers greater than 16 will be wrapped around to stay within the 1-16 range. If there is no argument, xnotein recognizes note-on and note-off messages on all MIDI channels, and the channel number of the message is sent out the rightmost outlet. |
int | MIDI-input [int] |
The numbers are individual bytes of a MIDI stream from midiin. Whereas a note-on with a velocity of 0 is most commonly used to indicate a note-off, xnotein also recognizes the MIDI note-off command, and outputs its release velocity. |