Interpret extra precision MIDI pitch bend values
Name | Type | Opt | Description |
---|---|---|---|
MIDI-channel | int | opt | The number specifies a MIDI channel on which to recognize pitch bend messages. If there is no argument, xbendin recognizes pitch bend messages on all channels, and the channel number is sent out the extra outlet on the right. |
xbendin2 | symbol | opt | Normally, xbendin sends pitch bend values out the left outlet as 14-bit values. If the object is called xbendin2, however, there will be an additional outlet. The most significant data byte of the message is sent out the leftmost outlet, and the least significant data byte is sent out the second outlet. |
int | MIDI-input [int] |
The numbers are individual bytes of a MIDI message stream, received from an object such as midiin or seq. MIDI pitch bend messages are recognized by xbendin, and the pitch bend data is sent out in full precision. |