mcp_opendaw_set_track_enabled
Enable or disable a track in openDAW by specifying unit and track indices. Returns old and new enabled state.
Instructions
Enable or disable a track (equivalent to track mute in the UI).
unit_index: AU index. track_index: Track index within the AU. enabled: True to enable, false to mute/disable.
Returns success with old and new enabled state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | ||
| unit_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |