aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/Fracture/source/Fracture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacVST/Fracture/source/Fracture.cpp')
-rwxr-xr-xplugins/MacVST/Fracture/source/Fracture.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/MacVST/Fracture/source/Fracture.cpp b/plugins/MacVST/Fracture/source/Fracture.cpp
index 255475a..03f3b19 100755
--- a/plugins/MacVST/Fracture/source/Fracture.cpp
+++ b/plugins/MacVST/Fracture/source/Fracture.cpp
@@ -16,11 +16,8 @@ Fracture::Fracture(audioMasterCallback audioMaster) :
B = 0.5; //2 from 1 to 3: (B*2.999)+1
C = 1.0;
D = 1.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.