mcp_opendaw_set_automation_interpolation
Set interpolation type for an automation event to control how the curve transitions to the next. Choose none, linear, or curve with adjustable 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 |