From 838482798101ef782c8d2269c37f339548b9fe49 Mon Sep 17 00:00:00 2001 From: Mike Oliphant Date: Sun, 15 Oct 2023 18:12:27 -0700 Subject: [PATCH] Removed test value. --- src/nam_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nam_plugin.cpp b/src/nam_plugin.cpp index 96b2fb0..7248b1c 100644 --- a/src/nam_plugin.cpp +++ b/src/nam_plugin.cpp @@ -266,7 +266,7 @@ namespace NAM { if (currentModel->HasLoudness()) { // Normalize model to -18dB - modelLoudnessAdjustmentDB = -58 - currentModel->GetLoudness(); + modelLoudnessAdjustmentDB = -18 - currentModel->GetLoudness(); } }