Zrythm
a highly automated and intuitive digital audio workstation
|
Audio editor space. More...
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | AudioEditorSpaceWidget |
The piano roll widget is the whole space inside the clip editor tab when a AUDIO region is selected. More... | |
Macros | |
#define | AUDIO_EDITOR_SPACE_WIDGET_TYPE (audio_editor_space_widget_get_type ()) |
#define | MW_AUDIO_EDITOR_SPACE MW_CLIP_EDITOR_INNER->audio_editor_space |
Functions | |
G_DECLARE_FINAL_TYPE (AudioEditorSpaceWidget, audio_editor_space_widget, Z, AUDIO_EDITOR_SPACE_WIDGET, GtkBox) typedef struct _ArrangerWidget ArrangerWidget | |
void | audio_editor_space_widget_setup (AudioEditorSpaceWidget *self) |
void | audio_editor_space_widget_update_size_group (AudioEditorSpaceWidget *self, int visible) |
See CLIP_EDITOR_INNER_WIDGET_ADD_TO_SIZEGROUP. | |
void | audio_editor_space_widget_refresh (AudioEditorSpaceWidget *self) |
Audio editor space.
Definition in file audio_editor_space.h.
#define AUDIO_EDITOR_SPACE_WIDGET_TYPE (audio_editor_space_widget_get_type ()) |
Definition at line 15 of file audio_editor_space.h.