set_return_device_parameter
Set a parameter on a device in a return track. Use return index, device index, parameter name/index, and a value within its native range; values are clamped.
Instructions
Set one enabled parameter on a device in a return track's chain.
Call get_return_device_parameters first and use its parameter name/index and native min/max; out-of-range values are clamped. Use set_device_parameter for a regular track or set_master_device_parameter for the full-mix chain.
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. | |
| return_index | Yes | Zero-based return-track index; 0 is Return A. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |