aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/WinVST/IronOxide5/IronOxide5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinVST/IronOxide5/IronOxide5.cpp')
-rwxr-xr-xplugins/WinVST/IronOxide5/IronOxide5.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/WinVST/IronOxide5/IronOxide5.cpp b/plugins/WinVST/IronOxide5/IronOxide5.cpp
index 2d7c84f..914f53b 100755
--- a/plugins/WinVST/IronOxide5/IronOxide5.cpp
+++ b/plugins/WinVST/IronOxide5/IronOxide5.cpp
@@ -45,11 +45,8 @@ IronOxide5::IronOxide5(audioMasterCallback audioMaster) :
rateof = 0.5;
nextmax = 0.5;
- 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.