diff --git a/include/sst/voice-effects/eq/EqNBandParametric.h b/include/sst/voice-effects/eq/EqNBandParametric.h index 6970d77..57196e3 100644 --- a/include/sst/voice-effects/eq/EqNBandParametric.h +++ b/include/sst/voice-effects/eq/EqNBandParametric.h @@ -180,6 +180,8 @@ struct EqNBandParametric : core::VoiceEffectTemplateBase return res; } + float getBandFrequencyGraph(int band, float f) { return mParametric[band].plot_magnitude(f); } + protected: std::array mLastParam{}; std::array mLastIParam{};