|
Zrythm
a highly automated and intuitive digital audio workstation
|
The ModulatorViewWidget contains the ModulatorWidgets for the selected Track. More...
#include <gui/widgets/modulator_view.h>

Data Fields | |
| GtkWidget | parent_instance |
| AdwStatusPage * | no_modulators_status_page |
| GtkBox * | modulators_box |
| GtkBox * | macros_box |
| ColorAreaWidget * | color |
| GtkLabel * | track_name_lbl |
| Track * | track |
| ModulatorWidget * | modulators [14] |
| ModulatorMacroWidget * | macros [8] |
The ModulatorViewWidget contains the ModulatorWidgets for the selected Track.
Definition at line 48 of file modulator_view.h.
| ColorAreaWidget* ModulatorViewWidget::color |
Definition at line 54 of file modulator_view.h.
| ModulatorMacroWidget* ModulatorViewWidget::macros[8] |
Definition at line 58 of file modulator_view.h.
| GtkBox* ModulatorViewWidget::macros_box |
Definition at line 53 of file modulator_view.h.
| ModulatorWidget* ModulatorViewWidget::modulators[14] |
Definition at line 57 of file modulator_view.h.
| GtkBox* ModulatorViewWidget::modulators_box |
Definition at line 52 of file modulator_view.h.
| AdwStatusPage* ModulatorViewWidget::no_modulators_status_page |
Definition at line 51 of file modulator_view.h.
| GtkWidget ModulatorViewWidget::parent_instance |
Definition at line 50 of file modulator_view.h.
| Track* ModulatorViewWidget::track |
Definition at line 56 of file modulator_view.h.
| GtkLabel* ModulatorViewWidget::track_name_lbl |
Definition at line 55 of file modulator_view.h.