touchout
Generate MIDI aftertouch messages
Description
Generate MIDI Aftertouch event messages.
Inlets
value [number]
The number is transmitted as an aftertouch value on the specified channel and port. Numbers are limited between 0 and 127.
channel [number]
The MIDI channel (within the range 1 - 16) to set for the accompanying MIDI aftertouch 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 MIDI aftertouch message.
port [number]
select port
value [number]
The number is transmitted as an aftertouch value on the specified channel and port. Numbers are limited between 0 and 127.
See Also
| Name | Description |
|---|---|
| midiin | |
| pgmout | |
| pgmin | MIDI program change input |
| ctlout | Transmit MIDI controller messages |
| midiout | MIDI output stream |
| touchin | MIDI channel pressure input |