Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
automation_editor.h File Reference

Automation editor backend. More...

Include dependency graph for automation_editor.h:
This graph shows which files directly or indirectly include this file:

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.
 
AutomationEditorautomation_editor_clone (AutomationEditor *src)
 
AutomationEditorautomation_editor_new (void)
 
void automation_editor_free (AutomationEditor *self)
 

Detailed Description

Automation editor backend.

Definition in file automation_editor.h.