The two IIR filters in juce

Juce has two IIR filters. IIRFilter and dsp::IIR::Filter. Any reason to use one over the other? dsp::IIR::Filter has getMagnitudeForFrequency which is nice. But it appears that every time you want to adjust the parameters you need to allocate a new set and replace them. This doesn’t seem usable inside a processing loop. So is there no way to smoothing adjust the freq and q?

1 Like

I asked for a possibility to adjust dsp::IIR:Coefficients in a non-allocating way approx a week ago… No answer so far though

2 Likes