polyout
MIDI polyphonic aftertouch output
Description
MIDI polyphonic aftertouch output. Generate MIDI poly pressure messages per note, per MIDI channel.
Inlets
value [number]
The number is transmitted as an aftertouch value for the specified MIDI note, channel and port. Numbers are limited between 0 and 127.
notenumber [number]
The number is stored as the MIDI note key number, to be used with pressure values received in the left inlet. Numbers are limited between 0 and 127.
channel [number]
The MIDI channel (within the range 1 - 16) to set for the accompanying poly key pressure message.
port [number]
select portOutlets
midiout [number]
MIDI messages are sent out as individual bytes, for transmission by the midiout object. For more information see: RNBO Communications - MIDI .
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
channel [number]
The MIDI channel (within the range 1 - 16) to set for the accompanying poly key pressure message.
notenumber [number]
The number is stored as the MIDI note key number, to be used with pressure values received in the left inlet. Numbers are limited between 0 and 127.
port [number]
select port
value [number]
The number is transmitted as an aftertouch value for the specified MIDI note, channel and port. Numbers are limited between 0 and 127.
See Also
Name | Description |
---|---|
polyout | |
rnbo | |
midiout | MIDI output stream |
noteout | transmit MIDI note messages |
midiformat | Prepare data in the form of a MIDI message |
midiparse | Interpret raw MIDI data |
polyin | MIDI polyphonic aftertouch input |