set_device_parameter
Set a device parameter value, automatically clamped to the parameter's min/max range. Specify track, device, and parameter indices to adjust.
Instructions
Set a device parameter value. Value is clamped to the parameter's min/max range. Use get_device_parameters to discover available parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| device_index | Yes | ||
| param_index | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |