zrythm_app.h file
The Zrythm GTK application.
Classes
- struct _ZrythmApp
- The global struct.
Functions
- auto zrythm_app_new(const char* exe_path, char* audio_backend, char* midi_backend, char* buf_size, char* samplerate) -> ZrythmApp*
- Creates the Zrythm GApplication.
- void zrythm_app_set_progress_status(ZrythmApp* self, const char* text, const double perc)
- Sets the current status and progress percentage during loading.
Variables
- ZrythmApp* zrythm_app
- Global variable, should be available to all files.