|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Uncategorized. More...
Data Structures | |
| class | Zrythm |
| To be used throughout the program. More... | |
| struct | ZrythmAppUiMessage |
| UI message for the message queue. More... | |
| class | ZrythmApp |
| The Zrythm GTK application. More... | |
Macros | |
| #define | MAX_RECENT_PROJECTS 20 |
| #define | DEBUGGING (Q_UNLIKELY (gZrythm && gZrythm->debug_)) |
| #define | ZRYTHM_BENCHMARKING (gZrythm && gZrythm->benchmarking_) |
| #define | ZRYTHM_GENERATING_PROJECT (gZrythm->generating_project_) |
| #define | ZRYTHM_HAVE_UI (gZrythm && gZrythm->have_ui_) |
| #define | ZRYTHM_BREAK_ON_ERROR (gZrythm && gZrythm->break_on_error_) |
| #define | ZRYTHM_USE_OPTIMIZED_DSP (Q_LIKELY (gZrythm->use_optimized_dsp_)) |
| #define | gZrythm (Zrythm::getInstanceWithoutCreating ()) |
Variables | |
| Glib::RefPtr< ZrythmApp > | zrythm_app |
| Global variable, should be available to all files. | |
Uncategorized.
| #define ZRYTHM_BENCHMARKING (gZrythm && gZrythm->benchmarking_) |
| #define ZRYTHM_BREAK_ON_ERROR (gZrythm && gZrythm->break_on_error_) |
| #define ZRYTHM_GENERATING_PROJECT (gZrythm->generating_project_) |