Zrythm
a highly automated and intuitive digital audio workstation
|
Data Fields | |
GtkBox | parent_instance |
GtkBox * | toolbar |
GtkToggleButton * | show_hide_ui_btn |
GtkBox * | controls_box |
GtkBox * | waveforms_box |
KnobWithNameWidget ** | knobs |
int | num_knobs |
size_t | knobs_size |
GtkOverlay * | waveform_overlays [16] |
The graphs on the right. | |
GtkButton * | waveform_automate_buttons [16] |
LiveWaveformWidget * | waveforms [16] |
int | num_waveforms |
Port * | ports [16] |
ModulatorWidget * | parent |
Pointer back to the Modulator. | |
PortConnectionsPopoverWidget * | connections_popover |
Definition at line 22 of file modulator_inner.h.
PortConnectionsPopoverWidget* ModulatorInnerWidget::connections_popover |
Definition at line 48 of file modulator_inner.h.
GtkBox* ModulatorInnerWidget::controls_box |
Definition at line 30 of file modulator_inner.h.
KnobWithNameWidget** ModulatorInnerWidget::knobs |
Definition at line 33 of file modulator_inner.h.
size_t ModulatorInnerWidget::knobs_size |
Definition at line 35 of file modulator_inner.h.
int ModulatorInnerWidget::num_knobs |
Definition at line 34 of file modulator_inner.h.
int ModulatorInnerWidget::num_waveforms |
Definition at line 41 of file modulator_inner.h.
ModulatorWidget* ModulatorInnerWidget::parent |
Pointer back to the Modulator.
Definition at line 46 of file modulator_inner.h.
GtkBox ModulatorInnerWidget::parent_instance |
Definition at line 24 of file modulator_inner.h.
Port* ModulatorInnerWidget::ports[16] |
Definition at line 43 of file modulator_inner.h.
GtkToggleButton* ModulatorInnerWidget::show_hide_ui_btn |
Definition at line 28 of file modulator_inner.h.
GtkBox* ModulatorInnerWidget::toolbar |
Definition at line 26 of file modulator_inner.h.
GtkButton* ModulatorInnerWidget::waveform_automate_buttons[16] |
Definition at line 39 of file modulator_inner.h.
GtkOverlay* ModulatorInnerWidget::waveform_overlays[16] |
The graphs on the right.
Definition at line 38 of file modulator_inner.h.
LiveWaveformWidget* ModulatorInnerWidget::waveforms[16] |
Definition at line 40 of file modulator_inner.h.
GtkBox* ModulatorInnerWidget::waveforms_box |
Definition at line 31 of file modulator_inner.h.