send_midi_program
Send a MIDI program-change message through the MIDI Out port. Specify the program number and optionally the MIDI channel.
Instructions
Send a MIDI program-change message via the MIDI Out port.
Args:
program: Program number (0-127)
channel: MIDI channel; uses the Setup MSC channel if omitted
Returns:
str: Operation result message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| program | Yes | ||
| channel | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |