pgmout
Examples
Inlets
value [number]
The program number (within the range 0 - 127) to set for the accompanying MIDI channel.
channel [number]
The MIDI channel (within the range 1 - 16) to set for the accompanying MIDI program change message.
port [number]
select portOutlets
midiout [number]
MIDI messages are sent out as individual bytes, for transmission by the midiout object.
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 program change message.
port [number]
select port
value [number]
The program number (within the range 0 - 127) to set for the accompanying MIDI channel.
See Also
Name | Description |
---|---|
midiin | Output raw MIDI data |
pgmout | Send MIDI program changes |
pgmin | MIDI program change input |
ctlout | Transmit MIDI controller messages |
midiout | MIDI output stream |
touchout | Generate MIDI aftertouch messages |