aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/WinVST/FathomFive
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2019-01-27 21:13:54 -0500
committerChris Johnson <jinx6568@sover.net>2019-01-27 21:13:54 -0500
commit966f2d253cd2ee6ce140ad68095a20a9d2b63052 (patch)
treeb0400d95bd06512531ade6ddf55190a58b6a5623 /plugins/WinVST/FathomFive
parent0887543349dbbec0721a1fc8b1c7deba9afefa8b (diff)
downloadairwindows-lv2-port-966f2d253cd2ee6ce140ad68095a20a9d2b63052.tar.gz
airwindows-lv2-port-966f2d253cd2ee6ce140ad68095a20a9d2b63052.tar.bz2
airwindows-lv2-port-966f2d253cd2ee6ce140ad68095a20a9d2b63052.zip
Floating Point Dither For All
Diffstat (limited to 'plugins/WinVST/FathomFive')
-rwxr-xr-xplugins/WinVST/FathomFive/.vs/VSTProject/v14/.suobin23040 -> 23040 bytes
-rwxr-xr-xplugins/WinVST/FathomFive/FathomFive.cpp10
2 files changed, 0 insertions, 10 deletions
diff --git a/plugins/WinVST/FathomFive/.vs/VSTProject/v14/.suo b/plugins/WinVST/FathomFive/.vs/VSTProject/v14/.suo
index 42015e9..9a9ba63 100755
--- a/plugins/WinVST/FathomFive/.vs/VSTProject/v14/.suo
+++ b/plugins/WinVST/FathomFive/.vs/VSTProject/v14/.suo
Binary files 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) {