set_chain_device_parameter
Adjust a parameter on a device nested in an Ableton rack chain, such as a drum pad's decay, by providing track, rack, chain, and device indices.
Instructions
Set a parameter on a device nested inside a rack chain, for example a drum pad's decay.
The parameter name is resolved within that one device only, so it cannot grab a same-named parameter from elsewhere.
Parameters:
track_index: The index of the track
device_index: The index of the rack on the track
chain_index: The index of the chain inside the rack
chain_device_index: The index of the device inside that chain
parameter_name: Name of the parameter to set
value: The new value (clamped to the parameter's range)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| chain_index | Yes | ||
| track_index | Yes | ||
| device_index | Yes | ||
| parameter_name | Yes | ||
| chain_device_index | Yes |