get_device_display_values
Retrieve all parameters of a device with raw numeric values and human-readable display strings, plus its enabled state.
Instructions
Get all parameters of a device with both raw value and human-readable display value.
Similar to get_device_parameters but also includes is_enabled and the formatted display_value string (e.g. "100 Hz", "-6.0 dB") alongside the raw numeric value.
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 |