From c904dab57325cf081096b790881d58a7e115098e Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Fri, 23 Oct 2015 12:01:00 +0200 Subject: [PATCH 1/3] dwgugens: disallow print statements --- source/DWGUGens/dwglib/DWG.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/DWGUGens/dwglib/DWG.hpp b/source/DWGUGens/dwglib/DWG.hpp index d0e65baf24..ecdeb1a981 100644 --- a/source/DWGUGens/dwglib/DWG.hpp +++ b/source/DWGUGens/dwglib/DWG.hpp @@ -1064,14 +1064,14 @@ class NJunction{ RTFree(obj->unit->mWorld, pObject); }*/ NJunction(){ - Print("NJunction const\n"); + //Print("NJunction const\n"); for(int i=0;iunit->mWorld, pObject); }*/ NJunctionU(){ - Print("NJunctionU const\n"); + //Print("NJunctionU const\n"); for(int i=0;i Date: Fri, 23 Oct 2015 12:03:19 +0200 Subject: [PATCH 2/3] dwgbowed: allow DWGSoundBoard mix to be changed --- source/DWGUGens/DWGBowed.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/DWGUGens/DWGBowed.cpp b/source/DWGUGens/DWGBowed.cpp index 6af1d86157..c3ef0d8a5d 100644 --- a/source/DWGUGens/DWGBowed.cpp +++ b/source/DWGUGens/DWGBowed.cpp @@ -146,6 +146,7 @@ DWGSoundBoard :: DWGSoundBoard(Unit *unit){ void DWGSoundBoard_next(DWGSoundBoard *unit, int inNumSamples){ float *out = OUT(0); float *in = IN(0); + unit->fdn.mix = ZIN0(3); float signal; for(int i=0; i < inNumSamples; i++){ signal = unit->fdn.go(in[i]); From 54a3dba40c3bd529546958d449bb6886c2381727 Mon Sep 17 00:00:00 2001 From: Victor Bombi Date: Sat, 24 Oct 2015 17:12:22 +0200 Subject: [PATCH 3/3] spaces to tab --- source/DWGUGens/DWGBowed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/DWGUGens/DWGBowed.cpp b/source/DWGUGens/DWGBowed.cpp index c3ef0d8a5d..d3fdaf3651 100644 --- a/source/DWGUGens/DWGBowed.cpp +++ b/source/DWGUGens/DWGBowed.cpp @@ -146,7 +146,7 @@ DWGSoundBoard :: DWGSoundBoard(Unit *unit){ void DWGSoundBoard_next(DWGSoundBoard *unit, int inNumSamples){ float *out = OUT(0); float *in = IN(0); - unit->fdn.mix = ZIN0(3); + unit->fdn.mix = ZIN0(3); float signal; for(int i=0; i < inNumSamples; i++){ signal = unit->fdn.go(in[i]);