set_master_device_parameter
Set one parameter on a device in the Master track's chain to adjust the final mix. Use the device index, parameter name or index, and a native-range value obtained from get_master_device_parameters.
Instructions
Set one enabled parameter on a device in the Master track's chain.
Call get_master_device_parameters first and use its parameter name/index and native min/max; out-of-range values are clamped. This affects the full mix. Use set_device_parameter for a regular track or set_return_device_parameter for a return track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value in the parameter's native range; the server clamps it to the min/max reported by the matching get_*_device_parameters tool. | |
| parameter | Yes | Parameter name or zero-based parameter index returned by the matching get_*_device_parameters tool. | |
| device_index | Yes | Zero-based device position in the target track's device chain. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |