Hi, I'm developing an iOS app using libpd.
I tried using coefficient biquad filter and fexpr~ filter to build resonance controllable low, high, bandpass filter.
But if I use only 2 of them in one patch, the CPU usage reaches over 90% already.
I want to know if there's more efficient way to build resonance controllable filters.
I know [vcf~] can do simple bandpass filter but what if I want to make a lowpass filter with a resonance control?
Any suggestion??