|
Zrythm v2.0.0-DEV
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 <src/gui/backend/gtk_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 39 of file automation_editor_space.h.
| ArrangerWidget* AutomationEditorSpaceWidget::arranger |
The arranger.
Definition at line 52 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 49 of file automation_editor_space.h.
| GtkBox* AutomationEditorSpaceWidget::left_slash_arranger_box |
The box dividing the chord keys and the arranger.
Definition at line 45 of file automation_editor_space.h.
| AutomationEditorLegendWidget* AutomationEditorSpaceWidget::legend |
Definition at line 57 of file automation_editor_space.h.
| GtkBox AutomationEditorSpaceWidget::parent_instance |
Definition at line 41 of file automation_editor_space.h.