aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/Tremolo/source/Tremolo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacVST/Tremolo/source/Tremolo.cpp')
-rwxr-xr-xplugins/MacVST/Tremolo/source/Tremolo.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/MacVST/Tremolo/source/Tremolo.cpp b/plugins/MacVST/Tremolo/source/Tremolo.cpp
index be5d06d..f0b649d 100755
--- a/plugins/MacVST/Tremolo/source/Tremolo.cpp
+++ b/plugins/MacVST/Tremolo/source/Tremolo.cpp
@@ -21,11 +21,8 @@ Tremolo::Tremolo(audioMasterCallback audioMaster) :
depthAmount = 0.0;
lastSpeed = 1000.0;
lastDepth = 1000.0;
- 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.