set_master_device_parameter
Set a device parameter on the master track in Ableton Live by providing device index, parameter index, and a value within the parameter's range.
Instructions
Set a parameter value on a device on the master track.
Use get_master_device_parameters first to discover available parameters and ranges.
Args: device_index: Zero-based index of the device in the master 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 | ||
| device_index | Yes | ||
| parameter_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |