aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/WinVST/Highpass/Highpass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinVST/Highpass/Highpass.cpp')
-rwxr-xr-xplugins/WinVST/Highpass/Highpass.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/WinVST/Highpass/Highpass.cpp b/plugins/WinVST/Highpass/Highpass.cpp
index ed43f9d..86ebe24 100755
--- a/plugins/WinVST/Highpass/Highpass.cpp
+++ b/plugins/WinVST/Highpass/Highpass.cpp
@@ -19,10 +19,8 @@ Highpass::Highpass(audioMasterCallback audioMaster) :
iirSampleBL = 0.0;
iirSampleAR = 0.0;
iirSampleBR = 0.0;
- fpNShapeLA = 0.0;
- fpNShapeLB = 0.0;
- fpNShapeRA = 0.0;
- fpNShapeRB = 0.0;
+ fpNShapeL = 0.0;
+ fpNShapeR = 0.0;
fpFlip = true;
//this is reset: values being initialized only once. Startup values, whatever they are.