Zrythm
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 <gui/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 37 of file clip_editor.h.
ClipEditorInnerWidget* ClipEditorWidget::clip_editor_inner |
Definition at line 46 of file clip_editor.h.
EditorToolbarWidget* ClipEditorWidget::editor_toolbar |
Definition at line 45 of file clip_editor.h.
GtkBox* ClipEditorWidget::main_box |
Definition at line 43 of file clip_editor.h.
AdwStatusPage* ClipEditorWidget::no_selection_page |
Page to show when no clip is selected.
Definition at line 49 of file clip_editor.h.
GtkBox ClipEditorWidget::parent_instance |
Definition at line 39 of file clip_editor.h.
GtkStack* ClipEditorWidget::stack |
Definition at line 41 of file clip_editor.h.