RNBO Objects & Operators pgmout
Open Help

pgmout

generate MIDI program change messages

Description

Generate MIDI Program Change event messages.

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 port

Outlets

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
pgmout
pgmin MIDI program change input
ctlout Transmit MIDI controller messages
midiout MIDI output stream
touchout Generate MIDI aftertouch messages