aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.cpp')
-rwxr-xr-xplugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.cpp b/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.cpp
index a7c0e6d..fe31998 100755
--- a/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.cpp
+++ b/plugins/MacAU/NotJustAnotherCD/NotJustAnotherCD.cpp
@@ -284,7 +284,7 @@ void NotJustAnotherCD::NotJustAnotherCDKernel::Process( const Float32 *inSourc
totalA = byn[1] + byn[2] + byn[3] + byn[4] + byn[5] + byn[6] + byn[7] + byn[8] + byn[9];
totalA /= 1000;
- if (totalA = 0) totalA = 1;
+ if (totalA = 0) totalA = 1; // spotted by Laserbat: this 'scaling back' code doesn't. It always divides by the fallback of 1. Old NJAD doesn't scale back the things we're comparing against. Kept to retain known behavior, use the one in StudioTan and Monitoring for a tuned-as-intended NJAD.
byn[1] /= totalA;
byn[2] /= totalA;
byn[3] /= totalA;