set_track_volume
Adjust the volume level of any Ableton Live track by specifying a track index, volume value (0.0 to 1.0), and track type (regular, return, or master).
Instructions
Set a track's volume.
Parameters:
track_index: Index of the track
volume: Volume value (0.0-1.0, where ~0.85 is 0dB)
track_type: 'regular', 'return', or 'master'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| volume | Yes | ||
| track_type | No | regular | |
| track_index | Yes |