polyin
MIDI polyphonic aftertouch input
Description
MIDI polyphonic aftertouch input. Handles poly pressure messages for each held note.
Inlets
input [number]
The polyin object automatically adds a MIDI inlet to the containing rnbo~ object and receives all polyphonic aftertouch messages in the incoming MIDI stream. For more information see: RNBO Communications - MIDI .
Outlets
value [number]
The number is the pressure value of the incoming polyphonic key pressure message.
notenumber [number]
The number is the pitch value (key number) of the incoming message.
channel [number]
The number is the MIDI channel of the incoming message.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
input [number]
The polyin object automatically adds a MIDI inlet to the containing rnbo~ object and receives all polyphonic aftertouch messages in the incoming MIDI stream. For more information see: RNBO Communications - MIDI .
See Also
| Name | Description |
|---|---|
| polyin | |
| rnbo | |
| midiin | MIDI input stream |
| notein | Receive MIDI note messages |
| touchin | MIDI channel pressure input |
| midiparse | Interpret raw MIDI data |
| midiformat | Prepare data in the form of a MIDI message |
| polyout | MIDI polyphonic aftertouch output |