aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacAU/Baxandall/Baxandall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacAU/Baxandall/Baxandall.cpp')
-rwxr-xr-xplugins/MacAU/Baxandall/Baxandall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MacAU/Baxandall/Baxandall.cpp b/plugins/MacAU/Baxandall/Baxandall.cpp
index 01d5659..aefc66f 100755
--- a/plugins/MacAU/Baxandall/Baxandall.cpp
+++ b/plugins/MacAU/Baxandall/Baxandall.cpp
@@ -203,7 +203,7 @@ void Baxandall::BaxandallKernel::Process( const Float32 *inSourceP,
trebleA[0] = trebleB[0] = trebleFreq;
Float64 bassGain = pow(10.0,GetParameter( kParam_Two )/20.0);
Float64 bassFreq = pow(10.0,-GetParameter( kParam_Two )/20.0);
- bassFreq = (4410.0*bassFreq)/GetSampleRate();
+ bassFreq = (8820.0*bassFreq)/GetSampleRate();
if (bassFreq > 0.45) bassFreq = 0.45;
bassA[0] = bassB[0] = bassFreq;
trebleA[1] = trebleB[1] = 0.4;