aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/WinVST/PowerSag/PowerSag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinVST/PowerSag/PowerSag.cpp')
-rwxr-xr-xplugins/WinVST/PowerSag/PowerSag.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/WinVST/PowerSag/PowerSag.cpp b/plugins/WinVST/PowerSag/PowerSag.cpp
index 0218186..d1d0745 100755
--- a/plugins/WinVST/PowerSag/PowerSag.cpp
+++ b/plugins/WinVST/PowerSag/PowerSag.cpp
@@ -18,11 +18,8 @@ PowerSag::PowerSag(audioMasterCallback audioMaster) :
gcount = 0;
A = 0.0;
B = 0.3;
- fpNShapeLA = 0.0;
- fpNShapeLB = 0.0;
- fpNShapeRA = 0.0;
- fpNShapeRB = 0.0;
- fpFlip = true;
+ 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.