setMonitorVolume
Set the audio volume of monitor.
Address
/audioMixer/setMonitorVolume [volume]
Arguments
Type | Description | |
---|---|---|
argument 1 | Float | The dB value, ranging from -40 to 10 |
Example
Set the audio volume of monitor to -10dB.
/audioMixer/setMonitorVolume -10
Note: Floating point numbers will be rounded down.
/audioMixer/setMonitorVolume 1.9 = /audioMixer/setMonitorVolume 1