Zrythm
a highly automated and intuitive digital audio workstation
|
Data Fields | |
TwoColExpanderBoxWidget | parent_instance |
GtkDropDown * | midi_input |
Track input port for midi. | |
GtkDropDown * | stereo_l_input |
Track input port for audio L. | |
GtkDropDown * | stereo_r_input |
Track input port for audio R. | |
GtkDropDown * | midi_channels |
MIDI channels selector. | |
GtkSizeGroup * | audio_input_size_group |
Size group for audio inputs. | |
GtkToggleButton * | mono |
Mono switch for audio tracks. | |
GtkBox * | gain_box |
Gain knob for audio tracks. | |
KnobWidget * | gain |
Track * | track |
Track the TrackInputExpanderWidget is associated with. | |
Definition at line 36 of file track_input_expander.h.
GtkSizeGroup* TrackInputExpanderWidget::audio_input_size_group |
Size group for audio inputs.
Definition at line 53 of file track_input_expander.h.
KnobWidget* TrackInputExpanderWidget::gain |
Definition at line 60 of file track_input_expander.h.
GtkBox* TrackInputExpanderWidget::gain_box |
Gain knob for audio tracks.
Definition at line 59 of file track_input_expander.h.
GtkDropDown* TrackInputExpanderWidget::midi_channels |
MIDI channels selector.
Definition at line 50 of file track_input_expander.h.
GtkDropDown* TrackInputExpanderWidget::midi_input |
Track input port for midi.
Definition at line 41 of file track_input_expander.h.
GtkToggleButton* TrackInputExpanderWidget::mono |
Mono switch for audio tracks.
Definition at line 56 of file track_input_expander.h.
TwoColExpanderBoxWidget TrackInputExpanderWidget::parent_instance |
Definition at line 38 of file track_input_expander.h.
GtkDropDown* TrackInputExpanderWidget::stereo_l_input |
Track input port for audio L.
Definition at line 44 of file track_input_expander.h.
GtkDropDown* TrackInputExpanderWidget::stereo_r_input |
Track input port for audio R.
Definition at line 47 of file track_input_expander.h.
Track* TrackInputExpanderWidget::track |
Track the TrackInputExpanderWidget is associated with.
Definition at line 63 of file track_input_expander.h.