write_automation
Write automation data for a device parameter within a clip, replacing existing envelopes with new control points defined by time and value.
Instructions
Write clip automation for a device parameter. points = [{"time": beats, "value": v}, ...]. Replaces any existing envelope for that parameter on the clip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | ||
| parameter | Yes | ||
| clip_index | Yes | ||
| track_index | Yes | ||
| device_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |