mcp_opendaw_clone_clip
Clone a clip on the same track. Optionally consolidate to give the clone its own independent events.
Instructions
Clone a clip (note or value) on the same track. Optionally consolidate (make event collection unique).
unit_index: AU index. track_index: Track index within the AU. clip_index: Clip index to clone. consolidate: If true, the clone gets its own independent event collection (not shared).
Returns success, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | ||
| unit_index | Yes | ||
| consolidate | No | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |