set_device_parameter
Adjust a device parameter on a specific track and device by specifying the parameter and a new value, automatically clamped to valid range.
Instructions
Set a device parameter's value.
Parameters:
parameter: Parameter name or index (see list_device_parameters)
value: New value, clamped to the parameter's [min, max] range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| value | Yes | ||
| parameter | Yes | ||
| track_index | Yes | ||
| device_index | Yes |