set_track_send
Set how much audio signal from a track is sent to a return track. Specify track index, send index, and value to control the mix.
Instructions
Set how much of a track's signal is sent to a return track.
Send indices match the order of return tracks in the session (A=0, B=1, ...). Use get_session_info to see how many return tracks exist.
Parameters:
track_index: Source track
send_index: Which return to send to (A=0, B=1, etc.)
value: 0.0 (no send) to 1.0 (full send). Clipped to range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| send_index | Yes | ||
| track_index | Yes |