set_device_parameter
Set a device parameter on a track using its raw Live value, with automatic clamping to the parameter's min/max range.
Instructions
Set a device parameter on a track using a RAW Live value (not normalized).
The value is clamped to the parameter's min/max. Use get_track_devices
to discover the parameter's index, name, and value range.
Parameters:
track_index: which track the device is on
device_index: position of the device in the track's device chain (0-based)
parameter_index: position of the parameter in the device (0-based; index 0 is usually the on/off toggle)
value: raw Live value, e.g. 1000.0 for a filter cutoff in Hz
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| device_index | Yes | ||
| parameter_index | Yes | ||
| value | Yes |