gui/backend/timeline.h file

Timeline backend.

Contents

Classes

struct Timeline
Clip editor serializable backend.

Typedefs

using Timeline = struct Timeline
Clip editor serializable backend.

Functions

void timeline_init_loaded(Timeline* self)
Inits the Timeline after a Project is loaded.
void timeline_init(Timeline* self)
Inits the Timeline instance.
auto timeline_new(void) -> Timeline*
Creates a new Timeline instance.