mcp_opendaw_add_automation
Add parameter automation to an audio unit effect by specifying the unit, effect, param, and point pairs. Automates the parameter over time by creating an automation track and value events.
Instructions
Add parameter automation to an effect on an audio unit.
Creates an automation track + value clip + value events. Automation points control the parameter over time.
unit_index: Audio unit index. effect_index: Effect position in the chain. parameter_name: Parameter to automate (e.g. "cutoff", "volume", "mix"). points: JSON array of [position_beats, value_0_to_1] pairs. Example: "[[0, 0.5], [4, 1.0], [8, 0.5]]"
The parameter must be automatable (Field<Pointers.Automation>).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | ||
| unit_index | Yes | ||
| effect_index | Yes | ||
| parameter_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |