mcp_opendaw_set_automation_interpolation
Change the interpolation of an automation event to control transition between events. Options: none (hold), linear (ramp), or curve (custom slope).
Instructions
Set the interpolation type of an existing automation event.
Changes how the automation curve transitions from this event to the next.
unit_index: AU index. track_index: Value (automation) track index. region_index: Region index containing the event. event_index: Event index within the region's collection. interpolation: "none" (step/hold), "linear" (straight ramp), or "curve" (custom slope). curve_slope: Slope for curve interpolation (0.0-1.0). Only used if interpolation="curve".
Returns success, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| curve_slope | No | ||
| event_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes | ||
| interpolation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |