commit acfa27c20e86b5184a024621df76e0d4d35373b1
parent 2d90eae95bf398d3616ddfdc3355c327b9212199
Author: Patrick Desaulniers <[email protected]>
Date: Wed, 19 Dec 2018 07:07:24 -0500
Set old filter defaults in UnisonTest
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/Tests/UnisonTest.h b/src/Tests/UnisonTest.h
@@ -23,6 +23,7 @@
#include "../Synth/ADnote.h"
#include "../Synth/OscilGen.h"
#include "../Params/Presets.h"
+#include "../Params/FilterParams.h"
#include "../DSP/FFTwrapper.h"
#include "../globals.h"
using namespace std;
@@ -64,6 +65,9 @@ class AdNoteTest:public CxxTest::TestSuite
//sawtooth to make things a bit more interesting
params->VoicePar[0].OscilSmp->Pcurrentbasefunc = 3;
+ params->GlobalPar.PFilterVelocityScale = 64;
+ params->GlobalPar.GlobalFilter->basefreq = 5076.203125;
+
controller = new Controller(*synth, time);
//lets go with.... 50! as a nice note