set_device_parameter
Set a device parameter value on a specific track and device. Use get_device_parameters to find valid ranges before setting.
Instructions
Set a specific parameter value on a device.
Use get_device_parameters first to discover available parameters and their ranges.
Args: track_index: Zero-based index of the track. device_index: Zero-based index of the device in the track's device chain. parameter_index: Zero-based index of the parameter. value: New value for the parameter (must be within the parameter's min/max range).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| track_index | Yes | ||
| device_index | Yes | ||
| parameter_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |