mcp_opendaw_set_clip_mute
Mute or unmute a clip in openDAW session view by specifying unit, track, and clip indices. Set the boolean mute flag to control playback.
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 |