|
Zrythm
a highly automated and intuitive digital audio workstation
|
#include "gui/backend/editor_settings.h"

Go to the source code of this file.
Data Structures | |
| struct | Timeline |
| Clip editor serializable backend. More... | |
Macros | |
| #define | PRJ_TIMELINE (PROJECT->timeline) |
Functions | |
| void | timeline_init_loaded (Timeline *self) |
| Inits the Timeline after a Project is loaded. | |
| void | timeline_init (Timeline *self) |
| Inits the Timeline instance. | |
| Timeline * | timeline_clone (Timeline *src) |
| Timeline * | timeline_new (void) |
| Creates a new Timeline instance. | |
| void | timeline_free (Timeline *self) |
Timeline backend.
Definition in file timeline.h.