Zrythm
a highly automated and intuitive digital audio workstation
|
Data Fields | |
GtkBox | parent_instance |
GtkLabel * | soloed_tracks_lbl |
GtkButton * | soloing_btn |
GtkLabel * | muted_tracks_lbl |
GtkButton * | muting_btn |
GtkLabel * | listened_tracks_lbl |
GtkButton * | listening_btn |
GtkBox * | mute_level_box |
KnobWithNameWidget * | mute_level |
GtkBox * | listen_level_box |
KnobWithNameWidget * | listen_level |
GtkBox * | dim_level_box |
KnobWithNameWidget * | dim_level |
GtkToggleButton * | mono_toggle |
GtkToggleButton * | dim_toggle |
GtkToggleButton * | mute_toggle |
GtkBox * | monitor_level_box |
Output knob. | |
KnobWithNameWidget * | monitor_level |
GtkBox * | left_output_box |
GtkLabel * | l_label |
ActiveHardwareMbWidget * | left_outputs |
GtkBox * | right_output_box |
GtkLabel * | r_label |
ActiveHardwareMbWidget * | right_outputs |
ControlRoom * | control_room |
Pointer to backend. | |
Definition at line 40 of file monitor_section.h.
ControlRoom* MonitorSectionWidget::control_room |
Pointer to backend.
Definition at line 77 of file monitor_section.h.
KnobWithNameWidget* MonitorSectionWidget::dim_level |
Definition at line 56 of file monitor_section.h.
GtkBox* MonitorSectionWidget::dim_level_box |
Definition at line 55 of file monitor_section.h.
GtkToggleButton* MonitorSectionWidget::dim_toggle |
Definition at line 59 of file monitor_section.h.
GtkLabel* MonitorSectionWidget::l_label |
Definition at line 69 of file monitor_section.h.
GtkBox* MonitorSectionWidget::left_output_box |
Definition at line 68 of file monitor_section.h.
ActiveHardwareMbWidget* MonitorSectionWidget::left_outputs |
Definition at line 70 of file monitor_section.h.
KnobWithNameWidget* MonitorSectionWidget::listen_level |
Definition at line 54 of file monitor_section.h.
GtkBox* MonitorSectionWidget::listen_level_box |
Definition at line 53 of file monitor_section.h.
GtkLabel* MonitorSectionWidget::listened_tracks_lbl |
Definition at line 48 of file monitor_section.h.
GtkButton* MonitorSectionWidget::listening_btn |
Definition at line 49 of file monitor_section.h.
KnobWithNameWidget* MonitorSectionWidget::monitor_level |
Definition at line 64 of file monitor_section.h.
GtkBox* MonitorSectionWidget::monitor_level_box |
Output knob.
Definition at line 63 of file monitor_section.h.
GtkToggleButton* MonitorSectionWidget::mono_toggle |
Definition at line 58 of file monitor_section.h.
KnobWithNameWidget* MonitorSectionWidget::mute_level |
Definition at line 52 of file monitor_section.h.
GtkBox* MonitorSectionWidget::mute_level_box |
Definition at line 51 of file monitor_section.h.
GtkToggleButton* MonitorSectionWidget::mute_toggle |
Definition at line 60 of file monitor_section.h.
GtkLabel* MonitorSectionWidget::muted_tracks_lbl |
Definition at line 46 of file monitor_section.h.
GtkButton* MonitorSectionWidget::muting_btn |
Definition at line 47 of file monitor_section.h.
GtkBox MonitorSectionWidget::parent_instance |
Definition at line 42 of file monitor_section.h.
GtkLabel* MonitorSectionWidget::r_label |
Definition at line 73 of file monitor_section.h.
GtkBox* MonitorSectionWidget::right_output_box |
Definition at line 72 of file monitor_section.h.
ActiveHardwareMbWidget* MonitorSectionWidget::right_outputs |
Definition at line 74 of file monitor_section.h.
GtkLabel* MonitorSectionWidget::soloed_tracks_lbl |
Definition at line 44 of file monitor_section.h.
GtkButton* MonitorSectionWidget::soloing_btn |
Definition at line 45 of file monitor_section.h.