|
Zrythm
a highly automated and intuitive digital audio workstation
|
Automation editor backend. More...


Go to the source code of this file.
Data Structures | |
| struct | AutomationEditor |
| Backend for the automation editor. More... | |
Macros | |
| #define | AUTOMATION_EDITOR_SCHEMA_VERSION 1 |
| #define | AUTOMATION_EDITOR (CLIP_EDITOR->automation_editor) |
Functions | |
| void | automation_editor_init_loaded (AutomationEditor *self) |
| Inits the AutomationEditor after a Project has been loaded. | |
| void | automation_editor_init (AutomationEditor *self) |
| Initializes the AutomationEditor. | |
| AutomationEditor * | automation_editor_clone (AutomationEditor *src) |
| AutomationEditor * | automation_editor_new (void) |
| void | automation_editor_free (AutomationEditor *self) |
Automation editor backend.
Definition in file automation_editor.h.