Leave stuff around for testing
This commit is contained in:
parent
3086170390
commit
e97dcebbdf
2 changed files with 8 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue