get_device_parameters
List all tunable parameters on a device, showing index, name, current value, min, max, and possible values. Use this before setting a parameter to know the valid index and range.
Instructions
List every tunable parameter on a device.
Returns each parameter's index, name, current value, min, max, and (for quantized parameters like enums) the available value items. Use this BEFORE set_device_parameter so you know which index to address and what range is valid.
Parameters:
track_index: Track containing the device (ignored for master)
device_index: Position of the device in the track's device chain (0 = first)
track_kind: 'regular' (default), 'return', or 'master'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_kind | No | regular | |
| track_index | Yes | ||
| device_index | Yes |