Skip to content

Create MIDI Prgoram Change

This processor will create a MIDI Program Change message with the specified channel and program number.

  • type: midi.program_change.create
  • params:
    • channel: the MIDI channel
    • program: the program number
- type: midi.program_change.create
params:
channel: "1"
program: "10"