2
0
Fork 0
OB-Xd/Source
Shane Dunne 1e54c4d37d Support JUCE 5.4.3 AND 5.4.4
JUCE 5.4.4 breaks a lot of code, because several APIs that used to use plain pointer types have been converted to std::unique_ptr. Fortunately, this only affects the OB-Xd code in two spots. I've done a bit of fancy footwork with #define/#if to allow the code to compile cleanly with either version, but this kind of thing shouldn't be carried on forever. I'd strongly recommend switching to JUCE 5.4.4 as soon as it's practical, and then getting rid of all this #if business.
2019-09-02 11:03:43 -04:00
..
Engine Restored to 1.5.0 2019-09-01 21:29:25 +02:00
Gui First commit 2017-01-23 11:15:08 +01:00
Images Restored to 1.5.0 2019-09-01 21:29:25 +02:00
PluginEditor.cpp Restored to 1.5.0 2019-09-01 21:29:25 +02:00
PluginEditor.h First commit 2017-01-23 11:15:08 +01:00
PluginProcessor.cpp Support JUCE 5.4.3 AND 5.4.4 2019-09-02 11:03:43 -04:00
PluginProcessor.h First commit 2017-01-23 11:15:08 +01:00