mcp_opendaw_duplicate_automation_event
Duplicate an automation event within the same region, copying position, value, and interpolation. Optionally offset position or override value.
Instructions
Duplicate an automation event within the same region.
Copies the event's position, value, and interpolation. Can offset position and override the value.
unit_index/track_index/region_index: Automation region coordinates. event_index: Event index within the region. position_offset: PPQN offset from original position. value_override: New value (0-1) instead of copying. Omit to copy original.
Returns the new event's position and value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| event_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes | ||
| value_override | No | ||
| position_offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |