aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LinuxVST/src/DitherFloat/DitherFloat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LinuxVST/src/DitherFloat/DitherFloat.cpp')
-rwxr-xr-xplugins/LinuxVST/src/DitherFloat/DitherFloat.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/LinuxVST/src/DitherFloat/DitherFloat.cpp b/plugins/LinuxVST/src/DitherFloat/DitherFloat.cpp
index ffd9e94..05213a6 100755
--- a/plugins/LinuxVST/src/DitherFloat/DitherFloat.cpp
+++ b/plugins/LinuxVST/src/DitherFloat/DitherFloat.cpp
@@ -14,8 +14,7 @@ DitherFloat::DitherFloat(audioMasterCallback audioMaster) :
{
A = 0.0;
B = 1.0;
- fpNShapeL = 0.0;
- fpNShapeR = 0.0;
+ fpd = 17;
//this is reset: values being initialized only once. Startup values, whatever they are.
_canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect.