set_device_parameter
Adjusts a specific device parameter in Ableton Live by sending a normalized value (0.0-1.0) to a given track, device, and parameter index.
Instructions
REMOTE CONTROL: Sets a specific device parameter.
Parameters:
track_index: The index of the track.
device_index: The index of the device in the chain.
parameter_index: The index of the parameter to change.
value: The new normalized value (0.0 to 1.0).
Note: For UI-readable values (like dB or Hz), check 'get_track' output first, but always send the normalized 0.0-1.0 value for the actual change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| device_index | Yes | ||
| parameter_index | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||