set_clip_muted
Mute or unmute a clip in Ableton Live by specifying track index, clip index, and a boolean to control its activated state.
Instructions
Set whether a clip is muted (deactivated).
Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot. muted: True to mute, False to unmute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| muted | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |