mcp_opendaw_update_automation_event
Change an automation event's value, interpolation, or curve slope. Supply only the parameters you want to modify; others stay unchanged.
Instructions
Update an existing automation event's value and/or interpolation.
Only updates parameters that are provided (value >= 0, non-empty interpolation, curve_slope >= 0).
unit_index: AU index. track_index: Value (automation) track index. event_index: Event index (from list_automation_events). value: New normalized value 0.0-1.0 (skip if -1). interpolation: "none", "linear", or "curve" (skip if empty string). curve_slope: Slope for curve interpolation 0.0-1.0 (skip if -1).
Returns success with updated values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | ||
| unit_index | Yes | ||
| curve_slope | No | ||
| event_index | Yes | ||
| track_index | Yes | ||
| interpolation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |