v1.3.2: Log-spaced auto makeup gain for musical accuracy

Auto makeup now evaluates at log-spaced frequencies (equal weight per
octave) instead of linear. Fixes over-compensation on high shelf boosts
where 5k-22kHz dominated the calculation despite having little musical
energy.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hariel1985
2026-03-25 22:57:28 +01:00
szülő aa546c7357
commit 35cf01a163
3 fájl változott, egészen pontosan 31 új sor hozzáadva és 10 régi sor törölve

Fájl megtekintése

@@ -44,7 +44,7 @@ private:
NodeParameterPanel nodePanel;
juce::Label titleLabel { {}, "INSTALPEQ" };
juce::Label versionLabel { {}, "v1.3.0" };
juce::Label versionLabel { {}, "v1.3.2" };
juce::ToggleButton bypassToggle;
juce::Label bypassLabel { {}, "BYPASS" };