aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/WinVST/SideDull/SideDull.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinVST/SideDull/SideDull.cpp')
-rwxr-xr-xplugins/WinVST/SideDull/SideDull.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/WinVST/SideDull/SideDull.cpp b/plugins/WinVST/SideDull/SideDull.cpp
index 547f1fd..479bdfd 100755
--- a/plugins/WinVST/SideDull/SideDull.cpp
+++ b/plugins/WinVST/SideDull/SideDull.cpp
@@ -16,10 +16,8 @@ SideDull::SideDull(audioMasterCallback audioMaster) :
iirSampleA = 0.0;
iirSampleB = 0.0;
flip = true;
- fpNShapeAL = 0.0;
- fpNShapeBL = 0.0;
- fpNShapeAR = 0.0;
- fpNShapeBR = 0.0;
+ fpNShapeL = 0.0;
+ fpNShapeR = 0.0;
//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.