Skip to content

Commit

Permalink
Fixed reverb name to be JPverb.
Browse files Browse the repository at this point in the history
Fixed compilation issues and added description on how to get from faust dsp file to a working cpp.
  • Loading branch information
LFSaw committed Oct 16, 2013
1 parent ece397b commit e9188e6
Show file tree
Hide file tree
Showing 12 changed files with 3,333 additions and 2,721 deletions.
18 changes: 15 additions & 3 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,22 @@ BUILD_PLUGIN(BetablockerUGens "BetablockerUGens/BetablockerUGens.cpp;Betablocker
"" "BetablockerUGens")

# DEINDUGens
BUILD_PLUGIN(DiodeRingMod
"DEINDUGens/DiodeRingMod.cpp"
"" "DiodeRingMod")
BUILD_PLUGIN(NoiseRing
"DEINDUGens/NoiseRing.cpp"
"" "NoiseRing")
BUILD_PLUGIN(complexRes
"DEINDUGens/complexRes.cpp"
"" "complexRes")
include_directories(DEINDUGens/include)
BUILD_PLUGIN(DEINDUgens
"DEINDUGens/DEINDreverb.cpp;DEINDUGens/DiodeRingMod.cpp;DEINDUGens/NoiseRing.cpp;DEINDUGens/complexRes.cpp"
"" "DEINDUgens")
BUILD_PLUGIN(JPverb
"DEINDUGens/JPverb.cpp"
"" "JPverb")
set_property(TARGET JPverb APPEND PROPERTY COMPILE_DEFINITIONS SC_FAUST_PREFIX="\"\"")
set_property(TARGET JPverb APPEND PROPERTY COMPILE_DEFINITIONS mydsp=JPVERB)
set_property(TARGET JPverb APPEND PROPERTY COMPILE_DEFINITIONS NDEBUG)

# MembraneUGens
BUILD_PLUGIN(MembraneUGens "MembraneUGens/Membrane_shape.c;MembraneUGens/Membrane.cpp"
Expand Down
Loading

0 comments on commit e9188e6

Please sign in to comment.