get_chain_device_parameters
Retrieve parameters of a device nested inside an Ableton rack chain, such as a drum pad's synth, by specifying track, rack, chain, and device indices. Use after get_rack_chains to access devices beyond rack macros.
Instructions
Get parameters of a device nested inside a rack chain, for example one drum pad's synth.
Plain get_device_parameters on a rack only returns the rack's own macros, which are usually unassigned. Use get_rack_chains first to find the chain index, then this to reach the device inside it.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_index | Yes | ||
| track_index | Yes | ||
| device_index | Yes | ||
| chain_device_index | Yes |