-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved dsp code from the avec submodule to its own submodule
- Loading branch information
Showing
4 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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" | ||
|