40typedef struct _MonitorSectionWidget
42 GtkBox parent_instance;
44 GtkLabel * soloed_tracks_lbl;
45 GtkButton * soloing_btn;
46 GtkLabel * muted_tracks_lbl;
47 GtkButton * muting_btn;
48 GtkLabel * listened_tracks_lbl;
49 GtkButton * listening_btn;
51 GtkBox * mute_level_box;
52 KnobWithNameWidget * mute_level;
53 GtkBox * listen_level_box;
54 KnobWithNameWidget * listen_level;
55 GtkBox * dim_level_box;
56 KnobWithNameWidget * dim_level;
58 GtkToggleButton * mono_toggle;
59 GtkToggleButton * dim_toggle;
60 GtkToggleButton * mute_toggle;
64 KnobWithNameWidget * monitor_level;
68 GtkBox * left_output_box;
70 ActiveHardwareMbWidget * left_outputs;
72 GtkBox * right_output_box;
74 ActiveHardwareMbWidget * right_outputs;