set_clip_automation
Define automation curves for clip parameters by specifying envelope points, track, and clip indices.
Instructions
Set automation for a clip parameter.
Parameters:
track_index: The index of the track
clip_index: The index of the clip slot
parameter_name: Name of the parameter to automate
envelope_data: List of points [{"time": 0.0, "value": 0.5}, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | ||
| track_index | Yes | ||
| envelope_data | Yes | ||
| parameter_name | Yes |