mcp_opendaw_move_automation_event
Move an automation event to a new beat position on the timeline by specifying unit, track, event index, and target position. Returns the old and new positions.
Instructions
Move an automation event to a new position on the timeline.
unit_index: AU index. track_index: Value (automation) track index. event_index: Event index (from list_automation_events). new_position_beats: New position in beats (float).
Returns success with old and new positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| event_index | Yes | ||
| track_index | Yes | ||
| new_position_beats | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |