From bc8b684e3b71e12763e33cd355916e031fd6ba2b Mon Sep 17 00:00:00 2001 From: dario mambro Date: Thu, 5 Mar 2020 23:52:30 +0100 Subject: [PATCH] moved dsp code from the avec submodule to its own submodule --- .gitmodules | 3 +++ Overdraw.jucer | 16 ++++------------ audio-dsp | 1 + oversimple | 2 +- 4 files changed, 9 insertions(+), 13 deletions(-) create mode 160000 audio-dsp 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 @@ - - - - - - - -