diff --git a/.gitmodules b/.gitmodules index e5539b6..090be81 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "oversimple"] path = oversimple url = https://github.com/unevens/oversimple +[submodule "audio-dsp"] + path = audio-dsp + url = https://github.com/unevens/audio-dsp diff --git a/Overdraw.jucer b/Overdraw.jucer index 10b8b24..fa6e611 100644 --- a/Overdraw.jucer +++ b/Overdraw.jucer @@ -4,9 +4,12 @@ cppLanguageStandard="17" pluginFormats="buildAU,buildVST,buildVST3" companyName="unevens" companyCopyright="Copyright Dario Mambro 2019" companyWebsite="www.unevens.net" companyEmail="hi@unevens.net" - headerPath="../../oversimple ../../oversimple/avec ../../oversimple/avec/vectorclass ../../oversimple/r8brain ../../juicy $(BOOST_INCLUDEDIR) " + headerPath="../../audio-dsp ../../oversimple ../../oversimple/avec ../../oversimple/avec/vectorclass ../../oversimple/r8brain ../../juicy $(BOOST_INCLUDEDIR) " defines="R8B_PFFFT_DOUBLE=1 NOMINMAX=1"> + + + @@ -65,17 +68,6 @@ - - - - - - - -