mcp_opendaw_set_clip_label
Rename a clip in the openDAW session view by providing unit, track, and clip indices along with the new label. Returns the previous and updated names.
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 |