aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacAU/Interstage/Interstage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacAU/Interstage/Interstage.cpp')
-rwxr-xr-xplugins/MacAU/Interstage/Interstage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MacAU/Interstage/Interstage.cpp b/plugins/MacAU/Interstage/Interstage.cpp
index 2d05970..969fdcb 100755
--- a/plugins/MacAU/Interstage/Interstage.cpp
+++ b/plugins/MacAU/Interstage/Interstage.cpp
@@ -179,7 +179,7 @@ void Interstage::InterstageKernel::Process( const Float32 *inSourceP,
Float64 firstStage = 0.381966011250105 / overallscale;
Float64 iirAmount = 0.00295 / overallscale;
- Float64 threshold = 0.381966011250105 / overallscale;
+ Float64 threshold = 0.381966011250105;
while (nSampleFrames-- > 0) {
long double inputSample = *sourceP;