Zrythm
a highly automated and intuitive digital audio workstation
|
Automation editor space. More...
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | AutomationEditorSpaceWidget |
The piano roll widget is the whole space inside the clip editor tab when a AUTOMATION region is selected. More... | |
Macros | |
#define | AUTOMATION_EDITOR_SPACE_WIDGET_TYPE (automation_editor_space_widget_get_type ()) |
#define | MW_AUTOMATION_EDITOR_SPACE MW_CLIP_EDITOR_INNER->automation_editor_space |
Typedefs | |
typedef struct _AutomationEditorLegendWidget | AutomationEditorLegendWidget |
Functions | |
G_DECLARE_FINAL_TYPE (AutomationEditorSpaceWidget, automation_editor_space_widget, Z, AUTOMATION_EDITOR_SPACE_WIDGET, GtkBox) typedef struct _ArrangerWidget ArrangerWidget | |
void | automation_editor_space_widget_setup (AutomationEditorSpaceWidget *self) |
void | automation_editor_space_widget_update_size_group (AutomationEditorSpaceWidget *self, int visible) |
See CLIP_EDITOR_INNER_WIDGET_ADD_TO_SIZEGROUP. | |
void | automation_editor_space_widget_refresh (AutomationEditorSpaceWidget *self) |
Automation editor space.
Definition in file automation_editor_space.h.
#define AUTOMATION_EDITOR_SPACE_WIDGET_TYPE (automation_editor_space_widget_get_type ()) |
Definition at line 17 of file automation_editor_space.h.
typedef struct _AutomationEditorLegendWidget AutomationEditorLegendWidget |
Definition at line 27 of file automation_editor_space.h.