From 2f34a40f40055a29dd953da8c1a300397f2204a0 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Sat, 6 Apr 2024 18:10:26 -0400 Subject: [PATCH] Adjust MorphEQ params to have two base frequency controls Might as well change it before we promulgate it; and it is way better --- include/sst/voice-effects/eq/MorphEQ.h | 60 +++++++++++++++----------- 1 file changed, 34 insertions(+), 26 deletions(-) diff --git a/include/sst/voice-effects/eq/MorphEQ.h b/include/sst/voice-effects/eq/MorphEQ.h index 68a7e96..e2e233c 100644 --- a/include/sst/voice-effects/eq/MorphEQ.h +++ b/include/sst/voice-effects/eq/MorphEQ.h @@ -216,7 +216,7 @@ template struct MorphEQ : core::VoiceEffectTemplateBase() @@ -238,14 +238,16 @@ template struct MorphEQ : core::VoiceEffectTemplateBase struct MorphEQ : core::VoiceEffectTemplateBase struct MorphEQ : core::VoiceEffectTemplateBase struct MorphEQ : core::VoiceEffectTemplateBase struct MorphEQ : core::VoiceEffectTemplateBase mLastParam{}; - std::array mLastIParam{}; + std::array mLastParam{}; + std::array mLastIParam{}; std::array::BiquadFilterType, numFilters> mParametric;