ControlRoom struct
The control room allows to specify how Listen will work on each Channel and to set overall volume after the Master Channel so you can change the volume without touching the Master Fader.
Contents
- Reference
Public variables
- Fader* mute_fader
- The volume to set muted channels to when soloing/muting.
- Fader* listen_fader
- The volume to set listened channels to when Listen is enabled on a Channel.
- Fader* dim_fader
- The volume to set other channels to when Listen is enabled on a Channel, or the monitor when dim is enabled.
- bool dim_output
- Dim the output volume.
- Fader* monitor_fader
- Monitor fader.
- AudioEngine* audio_engine
- Pointer to owner audio engine, if any.