mcp_opendaw_create_value_clip
Creates an automation clip on a specified automation track in session view, enabling precise automation control.
Instructions
Create a value clip (automation clip) on an automation track in session view.
Uses ProjectApi.createValueClip — creates a ValueClipBox with an empty ValueEventCollectionBox on the specified automation (Value-type) track.
unit_index: Audio unit index. track_index: Automation track index (-1 = first automation track on the unit). name: Clip label. clip_index: Clip slot index (0-based).
Returns clip creation details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| clip_index | Yes | ||
| unit_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |