set_track_mute
Mute or unmute any track in Ableton Live by specifying its index and a boolean mute state. Use this to control track audibility directly from natural language commands.
Instructions
Mute or unmute a track.
Parameters:
track_index: Track number (1-based). Return tracks come after session tracks.
mute: True to mute, False to unmute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mute | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |