send_create
Create audio or MIDI sends between tracks in REAPER. Specify source and destination tracks, optionally set MIDI channels for MIDI-only routing.
Instructions
Create send between tracks. Prefer setup_routing for batch.
To create a MIDI-only send to a multi-timbral VSTi track, pass midi_source_channel and midi_dest_channel (0=all, 1-16). The send will carry MIDI on the specified channels. Audio on the send can be muted separately via send_set_mute.
Args: source_track: Source track index. dest_track: Destination track index. midi_source_channel: If set, enables MIDI routing. 0=all channels, 1-16=specific. Must be paired with midi_dest_channel. midi_dest_channel: Target channel on the destination track. 0=all, 1-16. Must be paired with midi_source_channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest_track | Yes | ||
| source_track | Yes | ||
| midi_dest_channel | No | ||
| midi_source_channel | No |