setup_sidechain_send
Route a source track to another track's sidechain input (channels 3-4) for compressor triggering, with adjustable send volume in dB.
Instructions
Create a sidechain send from one track to another track's FX sidechain input.
This creates a send routed to channels 3-4 of the destination track, which is the standard sidechain input for compressors like ReaComp.
Args: src_track: Source/trigger track index (e.g., kick drum). dest_track: Destination track index (e.g., bass with compressor). volume_db: Send volume in dB (default 0dB = unity).
Returns: Object with send_index and routing info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| src_track | Yes | ||
| volume_db | No | ||
| dest_track | Yes |