set_send
Set a track's send level in Ableton Live by specifying the track index, send index, and either a decibel or raw value.
Instructions
Set one of a track's send levels.
As with volume, prefer db over the raw value. The master track has no sends.
Parameters:
track_index: The index of the track
send_index: Which send to set (0 is the first return track, A)
db: Target send level in decibels, e.g. -12.0
value: Raw send position 0.0-1.0, as an alternative to db
track_type: "track" (default) or "return"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | No | ||
| value | No | ||
| send_index | Yes | ||
| track_type | No | track | |
| track_index | Yes |