set_clip_automation
Automate any clip parameter in Ableton Live by specifying track index, clip index, parameter name, and envelope data points.
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 |