aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/WinVST/Hermepass/Hermepass.h
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/Hermepass/Hermepass.h
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/Hermepass/Hermepass.h')
-rwxr-xr-xplugins/WinVST/Hermepass/Hermepass.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/WinVST/Hermepass/Hermepass.h b/plugins/WinVST/Hermepass/Hermepass.h
index 4f29497..1000bb9 100755
--- a/plugins/WinVST/Hermepass/Hermepass.h
+++ b/plugins/WinVST/Hermepass/Hermepass.h
@@ -53,11 +53,8 @@ private:
char _programName[kVstMaxProgNameLen + 1];
std::set< std::string > _canDo;
- long double fpNShapeLA;
- long double fpNShapeLB;
- long double fpNShapeRA;
- long double fpNShapeRB;
- bool fpFlip;
+ long double fpNShapeL;
+ long double fpNShapeR;
//default stuff
double iirAL;
double iirBL; //first stage is the flipping one, for lowest slope. It is always engaged, and is the highest one
@@ -76,7 +73,7 @@ private:
double iirFR; //our slope control will have a pow() on it so that the high orders are way to the right side
double iirGR;
double iirHR; //seven poles max, and the final pole is always at 20hz directly.
-
+ bool fpFlip;
float A;