mcp_opendaw_set_clip_label
Renames a clip in session view by providing unit, track, and clip indices, then returns both the old and new labels.
Instructions
Set the label (name) of a clip in the session view.
unit_index: AU index. track_index: Track index within the AU. clip_index: Clip index. label: New clip name.
Returns success with old and new label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| clip_index | Yes | ||
| unit_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |