send_set_midi_channel
Set the MIDI source and destination channels on a track send to route MIDI to a specific instrument channel in a multi-timbral VSTi. Disable MIDI on the send by setting both channels to 31.
Instructions
Set MIDI source/destination channel on an existing send.
Enables or changes MIDI routing on a track send. Use this to route MIDI from a source track to a specific channel on a multi-timbral VSTi (e.g. ARIA Player, Kontakt multi) on the destination track.
To disable MIDI on the send, set both channels to 31.
Args: track_index: Source track index. send_index: Send index to modify. midi_source_channel: Source MIDI channel. 0=all channels, 1-16=specific, 31=disabled. midi_dest_channel: Destination MIDI channel. 0=all, 1-16=specific, 31=disabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| send_index | Yes | ||
| track_index | Yes | ||
| midi_dest_channel | Yes | ||
| midi_source_channel | Yes |