|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
The ClipEditorWidget shows in the Clip Editor / Piano Roll tab of the bottom panel, and is a stack of ClipEditorInnerWidget for the piano roll and AudioClipEditorWidget for audio regions. More...
#include <src/gui/backend/gtk_widgets/clip_editor.h>

Data Fields | |
| GtkBox | parent_instance |
| GtkStack * | stack |
| GtkBox * | main_box |
| EditorToolbarWidget * | editor_toolbar |
| ClipEditorInnerWidget * | clip_editor_inner |
| AdwStatusPage * | no_selection_page |
| Page to show when no clip is selected. | |
The ClipEditorWidget shows in the Clip Editor / Piano Roll tab of the bottom panel, and is a stack of ClipEditorInnerWidget for the piano roll and AudioClipEditorWidget for audio regions.
Definition at line 36 of file clip_editor.h.
| ClipEditorInnerWidget* ClipEditorWidget::clip_editor_inner |
Definition at line 45 of file clip_editor.h.
| EditorToolbarWidget* ClipEditorWidget::editor_toolbar |
Definition at line 44 of file clip_editor.h.
| GtkBox* ClipEditorWidget::main_box |
Definition at line 42 of file clip_editor.h.
| AdwStatusPage* ClipEditorWidget::no_selection_page |
Page to show when no clip is selected.
Definition at line 48 of file clip_editor.h.
| GtkBox ClipEditorWidget::parent_instance |
Definition at line 38 of file clip_editor.h.
| GtkStack* ClipEditorWidget::stack |
Definition at line 40 of file clip_editor.h.