set_device_parameter
Set a specific parameter value on a device in Ableton Live by providing the track, device, parameter indices, and the desired value.
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 |