From 11d5deff628d7164a942388ccc3707bf9a5f401f Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 29 Sep 2022 15:57:11 +0100 Subject: [PATCH] Reverting these tweaked values to their 3.0 state - this change wasn't an obvious improvement and just meant that the output no longer matched the last round of listening tests, so revert it --- src/finer/Guide.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/finer/Guide.h b/src/finer/Guide.h index 83667b4..c6ff78d 100644 --- a/src/finer/Guide.h +++ b/src/finer/Guide.h @@ -235,7 +235,7 @@ public: guidance.phaseLockBands[0].f1 = 1600.0; guidance.phaseLockBands[1].p = 2; - guidance.phaseLockBands[1].beta = betaFor(4800.0, ratio); + guidance.phaseLockBands[1].beta = betaFor(5000.0, ratio); guidance.phaseLockBands[1].f0 = 1600.0; guidance.phaseLockBands[1].f1 = 7000.0; @@ -388,7 +388,7 @@ public: guidance.phaseLockBands[1].f1 = mid; guidance.phaseLockBands[2].p = 3; - guidance.phaseLockBands[2].beta = betaFor(4800.0, ratio); + guidance.phaseLockBands[2].beta = betaFor(5000.0, ratio); guidance.phaseLockBands[2].f0 = mid; guidance.phaseLockBands[2].f1 = higher;