Zrythm
a highly automated and intuitive digital audio workstation
|
#include "zrythm-config.h"
Go to the source code of this file.
Typedefs | |
typedef void(* | ProjectInitDoneCallback) (bool success, GError *error, void *user_data) |
Callback to call when project initialization (loading or creating new) finishes. | |
Functions | |
void | project_init_flow_manager_load_or_create_default_project (const char *filename, const bool is_template, ProjectInitDoneCallback cb, void *user_data) |
If filename set, it loads that, otherwise it loads the default project. | |
Project helper.
Definition in file project_init_flow_manager.h.