1e54c4d37d
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. |
||
---|---|---|
.. | ||
Engine | ||
Gui | ||
Images | ||
PluginEditor.cpp | ||
PluginEditor.h | ||
PluginProcessor.cpp | ||
PluginProcessor.h |