get_device_parameters
List every automatable parameter of a device on a track with values, ranges, and display info, so you can inspect and then adjust them via set_device_parameter.
Instructions
List every automatable parameter of a device on a track.
Returns JSON with the device name and a list of parameters, each:
index, name, value, min, max, is_quantized, value_items (enum labels for
quantized params, else null), display_value (e.g. '440 Hz', 'Lowpass'),
default_value, is_enabled. Use this to discover what you can change, then
call set_device_parameter. track='master'/'return:N' targets those tracks.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | No | ||
| track_index | Yes | ||
| device_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |