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();
|
||||
|
||||
|
|
|
@ -50,6 +50,9 @@ FILES_DSP += $(wildcard Rack/src/*/*.c)
|
|||
FILES_DSP += $(filter-out Rack/src/dep.cpp Rack/src/discord.cpp Rack/src/gamepad.cpp Rack/src/keyboard.cpp Rack/src/library.cpp Rack/src/network.cpp Rack/src/rtaudio.cpp Rack/src/rtmidi.cpp, $(wildcard Rack/src/*.cpp))
|
||||
FILES_DSP += $(filter-out Rack/src/window/Window.cpp, $(wildcard Rack/src/*/*.cpp))
|
||||
|
||||
# FOR TESTING
|
||||
# FILES_DSP += Rack/src/rtaudio.cpp
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Extra libraries to link against
|
||||
|
||||
|
@ -84,6 +87,9 @@ else
|
|||
BASE_FLAGS += -DARCH_LIN
|
||||
endif
|
||||
|
||||
# FOR TESTING
|
||||
# BASE_FLAGS += -I../dpf/distrho/src/jackbridge
|
||||
|
||||
BASE_FLAGS += -D_APP_VERSION=Cardinal
|
||||
BASE_FLAGS += -I../dpf/dgl/src/nanovg
|
||||
BASE_FLAGS += -IRack/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue