Skip to content

Commit

Permalink
moved dsp code from the avec submodule to its own submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
unevens committed Mar 5, 2020
1 parent 7c7a929 commit bc8b684
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
16 changes: 4 additions & 12 deletions Overdraw.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
cppLanguageStandard="17" pluginFormats="buildAU,buildVST,buildVST3"
companyName="unevens" companyCopyright="Copyright Dario Mambro 2019"
companyWebsite="www.unevens.net" companyEmail="[email protected]"
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">
<MAINGROUP id="Ayh0pr" name="Overdraw">
<GROUP id="{215C9066-A75F-F5CA-873A-FAAC46F3DE3D}" name="audio-dsp">
<FILE id="j34xY5" name="Spline.hpp" compile="0" resource="0" file="audio-dsp/adsp/Spline.hpp"/>
</GROUP>
<GROUP id="{EB05EC87-04BF-C292-EA04-5ABBF5D410E0}" name="Images">
<FILE id="sbku7d" name="background.png" compile="0" resource="1" file="Images/background.png"/>
</GROUP>
Expand Down Expand Up @@ -65,17 +68,6 @@
<FILE id="p27CiT" name="r8butil.h" compile="0" resource="0" file="oversimple/r8brain/r8butil.h"/>
</GROUP>
<GROUP id="{6AD72D82-253F-6771-1CD7-80CD51492194}" name="avec">
<GROUP id="{B2F4726F-AC34-1A27-6B46-1B0E6A7828F2}" name="dsp">
<FILE id="Mya3tN" name="OnePole.hpp" compile="0" resource="0" file="oversimple/avec/avec/dsp/OnePole.hpp"/>
<FILE id="iECsnr" name="SimpleHighPass.hpp" compile="0" resource="0"
file="oversimple/avec/avec/dsp/SimpleHighPass.hpp"/>
<FILE id="gBqqhb" name="SimpleHighPassMacro.hpp" compile="0" resource="0"
file="oversimple/avec/avec/dsp/SimpleHighPassMacro.hpp"/>
<FILE id="qOrkH0" name="Spline.hpp" compile="0" resource="0" file="oversimple/avec/avec/dsp/Spline.hpp"/>
<FILE id="ysveHo" name="SplineMacro.hpp" compile="0" resource="0" file="oversimple/avec/avec/dsp/SplineMacro.hpp"/>
<FILE id="XdeMlF" name="StateVariable.hpp" compile="0" resource="0"
file="oversimple/avec/avec/dsp/StateVariable.hpp"/>
</GROUP>
<GROUP id="{17412750-A4A0-D636-61BF-639D10859B39}" name="vcl">
<FILE id="XKlllf" name="instrset.h" compile="0" resource="0" file="oversimple/avec/vectorclass/instrset.h"/>
<FILE id="HbQ70L" name="instrset_detect.cpp" compile="1" resource="0"
Expand Down
1 change: 1 addition & 0 deletions audio-dsp
Submodule audio-dsp added at 92ca6a
2 changes: 1 addition & 1 deletion oversimple
Submodule oversimple updated 1 files
+1 −1 avec

0 comments on commit bc8b684

Please sign in to comment.