Skip to content

Create MIDI Control Change

This processor will create a MIDI Control Change message with the specified channel, control number, and control value.

  • typemidi.control_change.create
  • params:
    • channel: channel number for the control change message
    • control: control number for the control change message
    • value: value for the control change message
- type: midi.control_change.create
params:
channel: "1"
control: "64"
value: "127"