mcp_opendaw_set_clip_mute
Mute or unmute a specific clip in the session view by providing unit, track, and clip indices. Returns previous and new mute state for confirmation.
Instructions
Mute or unmute a clip in the session view.
unit_index: AU index. track_index: Track index within the AU. clip_index: Clip index. mute: True to mute, false to unmute.
Returns success with old and new mute state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mute | Yes | ||
| clip_index | Yes | ||
| unit_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |