xnotein
Examples

Arguments
channel [int]
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.
Attributes
Common Box Attributes
Messages
Output
int
Out left outlet: The pitch value of the incoming note-on or note-off message.
Out 2nd outlet: The key-down or key-up velocity of a note-on or a note-off message.
Out 3rd outlet: The number is the indicator of whether the incoming MIDI message is a note-on or a note-off. If the incoming message is a note-on, the output is . If the incoming message is a note-off--or a note-on with a velocity of 0--the output is .
If no channel number is specified as an argument, xnotein has a 4th outlet on the right. The channel number of incoming messages is sent out the rightmost outlet.
See Also
Name | Description |
---|---|
MIDI | MIDI |
notein | |
midiin | |
xnoteout |