From 966f2d253cd2ee6ce140ad68095a20a9d2b63052 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Sun, 27 Jan 2019 21:13:54 -0500 Subject: Floating Point Dither For All --- plugins/WinVST/FathomFive/.vs/VSTProject/v14/.suo | Bin 23040 -> 23040 bytes plugins/WinVST/FathomFive/FathomFive.cpp | 10 ---------- 2 files changed, 10 deletions(-) (limited to 'plugins/WinVST/FathomFive') diff --git a/plugins/WinVST/FathomFive/.vs/VSTProject/v14/.suo b/plugins/WinVST/FathomFive/.vs/VSTProject/v14/.suo index 42015e9..9a9ba63 100755 Binary files a/plugins/WinVST/FathomFive/.vs/VSTProject/v14/.suo and b/plugins/WinVST/FathomFive/.vs/VSTProject/v14/.suo differ diff --git a/plugins/WinVST/FathomFive/FathomFive.cpp b/plugins/WinVST/FathomFive/FathomFive.cpp index 8cd3f52..fd04b6d 100755 --- a/plugins/WinVST/FathomFive/FathomFive.cpp +++ b/plugins/WinVST/FathomFive/FathomFive.cpp @@ -100,16 +100,6 @@ void FathomFive::setParameter(VstInt32 index, float value) { //variables can also be set in the processreplacing loop, and there they'll be set every buffersize //here they're set when a parameter's actually changed, which should be less frequent, but //you must use global variables in the FathomFive.h file to do it. -// switch((VstInt32)( D * 3.999 )) -// { -// case 0: fpFlip = true; break; //choice A -// case 1: fpFlip = false; break; //choice B -// case 2: break; //choice C -// case 3: break; //choice D -// default: break; //should not happen -// } - //this relates to using D as a 'popup' and changing things based on that switch. - //we are using fpFlip just because it's already there globally, as an example. } float FathomFive::getParameter(VstInt32 index) { -- cgit v1.2.3