aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/WinVST/TapeDust/TapeDust.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinVST/TapeDust/TapeDust.cpp')
-rwxr-xr-xplugins/WinVST/TapeDust/TapeDust.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/WinVST/TapeDust/TapeDust.cpp b/plugins/WinVST/TapeDust/TapeDust.cpp
index 9638c14..0ce16e0 100755
--- a/plugins/WinVST/TapeDust/TapeDust.cpp
+++ b/plugins/WinVST/TapeDust/TapeDust.cpp
@@ -22,10 +22,8 @@ TapeDust::TapeDust(audioMasterCallback audioMaster) :
fR[count] = 0.0;
}
- fpNShapeLA = 0.0;
- fpNShapeLB = 0.0;
- fpNShapeRA = 0.0;
- fpNShapeRB = 0.0;
+ fpNShapeL = 0.0;
+ fpNShapeR = 0.0;
fpFlip = true;
//this is reset: values being initialized only once. Startup values, whatever they are.