| @@ -1,7 +1,7 @@ | |||||
| #pragma once | #pragma once | ||||
| #include "common.hpp" | #include "common.hpp" | ||||
| #include "string.hpp" | #include "string.hpp" | ||||
| #include "nanovg.h" | |||||
| #include <nanovg.h> | |||||
| namespace rack { | namespace rack { | ||||
| @@ -1,5 +1,4 @@ | |||||
| #pragma once | #pragma once | ||||
| #include "math.hpp" | #include "math.hpp" | ||||
| @@ -1,5 +1,4 @@ | |||||
| #pragma once | #pragma once | ||||
| #include "math.hpp" | #include "math.hpp" | ||||
| @@ -1,6 +1,6 @@ | |||||
| #pragma once | #pragma once | ||||
| #include "dsp/functions.hpp" | #include "dsp/functions.hpp" | ||||
| #include "pffft.h" | |||||
| #include <pffft.h> | |||||
| namespace rack { | namespace rack { | ||||
| @@ -1,5 +1,4 @@ | |||||
| #pragma once | #pragma once | ||||
| #include <stdlib.h> | #include <stdlib.h> | ||||
| @@ -1,5 +1,4 @@ | |||||
| #pragma once | #pragma once | ||||
| #include "math.hpp" | #include "math.hpp" | ||||
| @@ -1,5 +1,4 @@ | |||||
| #pragma once | #pragma once | ||||
| #include "math.hpp" | #include "math.hpp" | ||||
| @@ -1,11 +1,10 @@ | |||||
| #pragma once | #pragma once | ||||
| #include <assert.h> | |||||
| #include <string.h> | |||||
| #include <speex/speex_resampler.h> | |||||
| #include "frame.hpp" | #include "frame.hpp" | ||||
| #include "ringbuffer.hpp" | #include "ringbuffer.hpp" | ||||
| #include "fir.hpp" | #include "fir.hpp" | ||||
| #include <assert.h> | |||||
| #include <string.h> | |||||
| #include <speex/speex_resampler.h> | |||||
| namespace rack { | namespace rack { | ||||
| @@ -1,7 +1,6 @@ | |||||
| #pragma once | #pragma once | ||||
| #include <string.h> | |||||
| #include "common.hpp" | #include "common.hpp" | ||||
| #include <string.h> | |||||
| namespace rack { | namespace rack { | ||||
| @@ -1,5 +1,4 @@ | |||||
| #pragma once | #pragma once | ||||
| #include "math.hpp" | #include "math.hpp" | ||||
| @@ -1,8 +1,8 @@ | |||||
| #pragma once | #pragma once | ||||
| #include <vector> | |||||
| #include "common.hpp" | #include "common.hpp" | ||||
| #include "engine/Module.hpp" | #include "engine/Module.hpp" | ||||
| #include "engine/Wire.hpp" | #include "engine/Wire.hpp" | ||||
| #include <vector> | |||||
| namespace rack { | namespace rack { | ||||
| @@ -1,10 +1,10 @@ | |||||
| #pragma once | #pragma once | ||||
| #include <vector> | |||||
| #include "common.hpp" | #include "common.hpp" | ||||
| #include "engine/Param.hpp" | #include "engine/Param.hpp" | ||||
| #include "engine/Input.hpp" | #include "engine/Input.hpp" | ||||
| #include "engine/Output.hpp" | #include "engine/Output.hpp" | ||||
| #include "engine/Light.hpp" | #include "engine/Light.hpp" | ||||
| #include <vector> | |||||
| #include <jansson.h> | #include <jansson.h> | ||||
| @@ -7,7 +7,7 @@ | |||||
| #ifndef __clang__ | #ifndef __clang__ | ||||
| #pragma GCC diagnostic ignored "-Wsuggest-override" | #pragma GCC diagnostic ignored "-Wsuggest-override" | ||||
| #endif | #endif | ||||
| #include "rtmidi/RtMidi.h" | |||||
| #include <rtmidi/RtMidi.h> | |||||
| #pragma GCC diagnostic pop | #pragma GCC diagnostic pop | ||||
| @@ -1,6 +1,6 @@ | |||||
| #pragma once | #pragma once | ||||
| #include "../common.hpp" | #include "../common.hpp" | ||||
| #include "blendish.h" | |||||
| #include <blendish.h> | |||||
| #define CHECKMARK_STRING "âś”" | #define CHECKMARK_STRING "âś”" | ||||
| #define CHECKMARK(_cond) ((_cond) ? CHECKMARK_STRING : "") | #define CHECKMARK(_cond) ((_cond) ? CHECKMARK_STRING : "") | ||||
| @@ -1,10 +1,10 @@ | |||||
| #pragma once | #pragma once | ||||
| #include <list> | |||||
| #include "common.hpp" | #include "common.hpp" | ||||
| #include "math.hpp" | #include "math.hpp" | ||||
| #include "window.hpp" | #include "window.hpp" | ||||
| #include "color.hpp" | #include "color.hpp" | ||||
| #include "event.hpp" | #include "event.hpp" | ||||
| #include <list> | |||||
| namespace rack { | namespace rack { | ||||
| @@ -4,10 +4,10 @@ | |||||
| #include <memory> | #include <memory> | ||||
| #define GLEW_STATIC | #define GLEW_STATIC | ||||
| #include "GL/glew.h" | |||||
| #include "GLFW/glfw3.h" | |||||
| #include "nanovg.h" | |||||
| #include "nanosvg.h" | |||||
| #include <GL/glew.h> | |||||
| #include <GLFW/glfw3.h> | |||||
| #include <nanovg.h> | |||||
| #include <nanosvg.h> | |||||
| #ifdef ARCH_MAC | #ifdef ARCH_MAC | ||||
| @@ -1,13 +1,12 @@ | |||||
| #include <assert.h> | |||||
| #include "Core.hpp" | |||||
| #include "audio.hpp" | |||||
| #include "dsp/resampler.hpp" | |||||
| #include "dsp/ringbuffer.hpp" | |||||
| #include <mutex> | #include <mutex> | ||||
| #include <chrono> | #include <chrono> | ||||
| #include <thread> | #include <thread> | ||||
| #include <mutex> | #include <mutex> | ||||
| #include <condition_variable> | #include <condition_variable> | ||||
| #include "Core.hpp" | |||||
| #include "audio.hpp" | |||||
| #include "dsp/resampler.hpp" | |||||
| #include "dsp/ringbuffer.hpp" | |||||
| #define AUDIO_OUTPUTS 8 | #define AUDIO_OUTPUTS 8 | ||||
| @@ -1,8 +1,6 @@ | |||||
| #include "Core.hpp" | #include "Core.hpp" | ||||
| #include "midi.hpp" | #include "midi.hpp" | ||||
| #include "dsp/filter.hpp" | #include "dsp/filter.hpp" | ||||
| #include "window.hpp" | |||||
| #include "event.hpp" | |||||
| struct MIDICCToCVInterface : Module { | struct MIDICCToCVInterface : Module { | ||||
| @@ -1,6 +1,5 @@ | |||||
| #include "Core.hpp" | #include "Core.hpp" | ||||
| #include "midi.hpp" | #include "midi.hpp" | ||||
| #include "engine/Engine.hpp" | |||||
| #include "event.hpp" | #include "event.hpp" | ||||
| @@ -1,10 +1,10 @@ | |||||
| #include <thread> | |||||
| #include "osdialog.h" | #include "osdialog.h" | ||||
| #include "system.hpp" | #include "system.hpp" | ||||
| #include "network.hpp" | #include "network.hpp" | ||||
| #include "app/Scene.hpp" | #include "app/Scene.hpp" | ||||
| #include "app/ModuleBrowser.hpp" | #include "app/ModuleBrowser.hpp" | ||||
| #include "app/RackScrollWidget.hpp" | #include "app/RackScrollWidget.hpp" | ||||
| #include <thread> | |||||
| namespace rack { | namespace rack { | ||||
| @@ -1,14 +1,13 @@ | |||||
| #include "engine/Engine.hpp" | |||||
| #include <algorithm> | #include <algorithm> | ||||
| #include <chrono> | #include <chrono> | ||||
| #include <thread> | #include <thread> | ||||
| #include <condition_variable> | #include <condition_variable> | ||||
| #include <mutex> | #include <mutex> | ||||
| #include <xmmintrin.h> | #include <xmmintrin.h> | ||||
| #include <pmmintrin.h> | #include <pmmintrin.h> | ||||
| #include "engine/Engine.hpp" | |||||
| namespace rack { | namespace rack { | ||||
| @@ -11,8 +11,9 @@ | |||||
| #include "app/Scene.hpp" | #include "app/Scene.hpp" | ||||
| #include "tags.hpp" | #include "tags.hpp" | ||||
| #include "plugin/PluginManager.hpp" | #include "plugin/PluginManager.hpp" | ||||
| #include <unistd.h> | #include <unistd.h> | ||||
| #include "osdialog.h" | |||||
| #include <osdialog.h> | |||||
| #ifdef ARCH_WIN | #ifdef ARCH_WIN | ||||
| #include <Windows.h> | #include <Windows.h> | ||||
| @@ -1,5 +1,5 @@ | |||||
| #include "rack.hpp" | |||||
| #include "midi.hpp" | #include "midi.hpp" | ||||
| #include "string.hpp" | |||||
| #include <map> | #include <map> | ||||
| @@ -1,3 +1,11 @@ | |||||
| #include "plugin/PluginManager.hpp" | |||||
| #include "system.hpp" | |||||
| #include "logger.hpp" | |||||
| #include "network.hpp" | |||||
| #include "asset.hpp" | |||||
| #include "string.hpp" | |||||
| #include "app/common.hpp" | |||||
| #include <unistd.h> | #include <unistd.h> | ||||
| #include <sys/types.h> | #include <sys/types.h> | ||||
| #include <sys/stat.h> | #include <sys/stat.h> | ||||
| @@ -18,15 +26,7 @@ | |||||
| #include <dlfcn.h> | #include <dlfcn.h> | ||||
| #endif | #endif | ||||
| #include <dirent.h> | #include <dirent.h> | ||||
| #include "plugin/PluginManager.hpp" | |||||
| #include "system.hpp" | |||||
| #include "logger.hpp" | |||||
| #include "network.hpp" | |||||
| #include "asset.hpp" | |||||
| #include "string.hpp" | |||||
| #include "app/common.hpp" | |||||
| #include "osdialog.h" | |||||
| #include <osdialog.h> | |||||
| namespace rack { | namespace rack { | ||||
| @@ -1,6 +1,6 @@ | |||||
| #include "widgets/FramebufferWidget.hpp" | #include "widgets/FramebufferWidget.hpp" | ||||
| #include "nanovg_gl.h" | |||||
| #include "nanovg_gl_utils.h" | |||||
| #include <nanovg_gl.h> | |||||
| #include <nanovg_gl_utils.h> | |||||
| namespace rack { | namespace rack { | ||||
| @@ -15,21 +15,21 @@ | |||||
| #include <ApplicationServices/ApplicationServices.h> | #include <ApplicationServices/ApplicationServices.h> | ||||
| #endif | #endif | ||||
| #include "osdialog.h" | |||||
| #include <osdialog.h> | |||||
| #define NANOVG_GL2_IMPLEMENTATION 1 | #define NANOVG_GL2_IMPLEMENTATION 1 | ||||
| // #define NANOVG_GL3_IMPLEMENTATION 1 | // #define NANOVG_GL3_IMPLEMENTATION 1 | ||||
| // #define NANOVG_GLES2_IMPLEMENTATION 1 | // #define NANOVG_GLES2_IMPLEMENTATION 1 | ||||
| // #define NANOVG_GLES3_IMPLEMENTATION 1 | // #define NANOVG_GLES3_IMPLEMENTATION 1 | ||||
| #include "nanovg_gl.h" | |||||
| #include <nanovg_gl.h> | |||||
| // Hack to get framebuffer objects working on OpenGL 2 (we blindly assume the extension is supported) | // Hack to get framebuffer objects working on OpenGL 2 (we blindly assume the extension is supported) | ||||
| #define NANOVG_FBO_VALID 1 | #define NANOVG_FBO_VALID 1 | ||||
| #include "nanovg_gl_utils.h" | |||||
| #include <nanovg_gl_utils.h> | |||||
| #define BLENDISH_IMPLEMENTATION | #define BLENDISH_IMPLEMENTATION | ||||
| #include "blendish.h" | |||||
| #include <blendish.h> | |||||
| #define NANOSVG_IMPLEMENTATION | #define NANOSVG_IMPLEMENTATION | ||||
| #define NANOSVG_ALL_COLOR_KEYWORDS | #define NANOSVG_ALL_COLOR_KEYWORDS | ||||
| #include "nanosvg.h" | |||||
| #include <nanosvg.h> | |||||
| namespace rack { | namespace rack { | ||||