aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/DitherFloat/source/DitherFloat.cpp
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2019-02-19 08:35:31 -0500
committerChris Johnson <jinx6568@sover.net>2019-02-19 08:35:31 -0500
commit83f022409ae017f4ac947430b4ec185f0196badc (patch)
tree0695ba5bdb872cd72356a62c280fbef490c5aac4 /plugins/MacVST/DitherFloat/source/DitherFloat.cpp
parente5da517d26576cbae2f3bc64fc0b9733a5555815 (diff)
downloadairwindows-lv2-port-83f022409ae017f4ac947430b4ec185f0196badc.tar.gz
airwindows-lv2-port-83f022409ae017f4ac947430b4ec185f0196badc.tar.bz2
airwindows-lv2-port-83f022409ae017f4ac947430b4ec185f0196badc.zip
DitherFloat update
Diffstat (limited to 'plugins/MacVST/DitherFloat/source/DitherFloat.cpp')
-rwxr-xr-xplugins/MacVST/DitherFloat/source/DitherFloat.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/MacVST/DitherFloat/source/DitherFloat.cpp b/plugins/MacVST/DitherFloat/source/DitherFloat.cpp
index ffd9e94..05213a6 100755
--- a/plugins/MacVST/DitherFloat/source/DitherFloat.cpp
+++ b/plugins/MacVST/DitherFloat/source/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.