file
control_room.hThe control room backend.
Classes
- struct ControlRoom
- 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.
Typedefs
- using ControlRoom = struct ControlRoom
- 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.
Functions
- void control_room_init_loaded(ControlRoom* self)
- Inits the control room from a project.
- auto control_room_new(void) -> ControlRoom*
- Creates a new control room.
- void control_room_set_dim_output(ControlRoom* self, int dim_output)
- Sets dim_output to on/off and notifies interested parties.