aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/WinVST/Pressure4/Pressure4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinVST/Pressure4/Pressure4.cpp')
-rwxr-xr-xplugins/WinVST/Pressure4/Pressure4.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/WinVST/Pressure4/Pressure4.cpp b/plugins/WinVST/Pressure4/Pressure4.cpp
index 8ae2adc..10ed5fa 100755
--- a/plugins/WinVST/Pressure4/Pressure4.cpp
+++ b/plugins/WinVST/Pressure4/Pressure4.cpp
@@ -16,10 +16,8 @@ Pressure4::Pressure4(audioMasterCallback audioMaster) :
B = 0.2;
C = 1.0;
D = 1.0;
- fpNShapeAL = 0.0;
- fpNShapeBL = 0.0;
- fpNShapeAR = 0.0;
- fpNShapeBR = 0.0;
+ fpNShapeL = 0.0;
+ fpNShapeR = 0.0;
muSpeedA = 10000;
muSpeedB = 10000;
muCoefficientA = 1;