set_device_parameter
Set a device parameter value on a track in Ableton Live by providing track, device, and parameter indices plus a new value. The value is clamped to the valid range automatically.
Instructions
Set a device parameter value.
Parameters:
track_index: The index of the track containing the device
device_index: The index of the device on the track
parameter_index: The index of the parameter to set
value: The new value for the parameter (will be clamped to valid range)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| track_index | Yes | ||
| device_index | Yes | ||
| parameter_index | Yes |