Leave stuff around for testing

This commit is contained in:
falkTX 2021-10-17 04:53:32 +01:00
parent 3086170390
commit e97dcebbdf
2 changed files with 8 additions and 0 deletions

View file

@ -25,6 +25,7 @@
#include <patch.hpp>
#include <plugin.hpp>
#include <random.hpp>
// #include <rtaudio.hpp>
#include <settings.hpp>
#include <system.hpp>
@ -115,6 +116,7 @@ struct Initializer {
INFO("Initializing environment");
audio::init(); // does nothing
midi::init(); // does nothing
// rtaudioInit();
plugin::init();
ui::init();