Zrythm
a highly automated and intuitive digital audio workstation
|
The piano roll widget is the whole space inside the clip editor tab when a AUTOMATION region is selected. More...
#include <gui/widgets/automation_editor_space.h>
Data Fields | |
GtkBox | parent_instance |
GtkBox * | left_slash_arranger_box |
The box dividing the chord keys and the arranger. | |
GtkBox * | left_box |
The box on the left of the arranger containing the chord keys. | |
ArrangerWidget * | arranger |
The arranger. | |
AutomationEditorLegendWidget * | legend |
The piano roll widget is the whole space inside the clip editor tab when a AUTOMATION region is selected.
Definition at line 41 of file automation_editor_space.h.
ArrangerWidget* AutomationEditorSpaceWidget::arranger |
The arranger.
Definition at line 54 of file automation_editor_space.h.
GtkBox* AutomationEditorSpaceWidget::left_box |
The box on the left of the arranger containing the chord keys.
Definition at line 51 of file automation_editor_space.h.
GtkBox* AutomationEditorSpaceWidget::left_slash_arranger_box |
The box dividing the chord keys and the arranger.
Definition at line 47 of file automation_editor_space.h.
AutomationEditorLegendWidget* AutomationEditorSpaceWidget::legend |
Definition at line 59 of file automation_editor_space.h.
GtkBox AutomationEditorSpaceWidget::parent_instance |
Definition at line 43 of file automation_editor_space.h.