set_track_properties
Change multiple Ableton Live track properties in one call: name, volume, pan, mute, solo, arm, and color. Only included properties are updated; others remain unchanged.
Instructions
Set multiple track properties in a single call.
Only provided properties are changed; omitted ones are left unchanged.
Args: track_index: Zero-based index of the track. name: New name for the track. volume: Volume value (0.0 to 1.0). pan: Pan value (-1.0 left to 1.0 right). mute: True to mute, False to unmute. solo: True to solo, False to unsolo. arm: True to arm for recording, False to disarm. color: Ableton color palette index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arm | No | ||
| pan | No | ||
| mute | No | ||
| name | No | ||
| solo | No | ||
| color | No | ||
| volume | No | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |