get_device_parameters
Retrieve all parameters of a device on an Ableton Live track, including names, current values, minimum, and maximum. Specify track and device indices to inspect any device's controls.
Instructions
Get all parameters of a device on a track.
Returns the device name and a list of parameters with name, value, min, and max.
Args: track_index: Zero-based index of the track. device_index: Zero-based index of the device in the track's device chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| device_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |