aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/Interstage/source/InterstageProc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacVST/Interstage/source/InterstageProc.cpp')
-rwxr-xr-xplugins/MacVST/Interstage/source/InterstageProc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MacVST/Interstage/source/InterstageProc.cpp b/plugins/MacVST/Interstage/source/InterstageProc.cpp
index 16f3ba1..df5bb38 100755
--- a/plugins/MacVST/Interstage/source/InterstageProc.cpp
+++ b/plugins/MacVST/Interstage/source/InterstageProc.cpp
@@ -20,7 +20,7 @@ void Interstage::processReplacing(float **inputs, float **outputs, VstInt32 samp
double firstStage = 0.381966011250105 / overallscale;
double iirAmount = 0.00295 / overallscale;
- double threshold = 0.381966011250105 / overallscale;
+ double threshold = 0.381966011250105;
while (--sampleFrames >= 0)
{
@@ -107,7 +107,7 @@ void Interstage::processDoubleReplacing(double **inputs, double **outputs, VstIn
double firstStage = 0.381966011250105 / overallscale;
double iirAmount = 0.00295 / overallscale;
- double threshold = 0.381966011250105 / overallscale;
+ double threshold = 0.381966011250105;
while (--sampleFrames >= 0)
{