Hi Jules
Pulled the latest code today and currently refactoring my code to take into account the recent IIRFilter changes. Really like the new approach but I can’t see a method of implementing my own filter designs and settings coefficients manually anymore. Before I would subclass IIRFilter and go from there.
Am I missing something? Or would you consider making the constructor ‘IIRCoefficients (double, double, double, double, double, double) noexcept’ public?
Thanks.