You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thomas Gulde pointed out that if the order in the setup
command is less than the max order then the output
is zero. That's fixed now in that if the order is lower
that the remaining biquads are now initialised as the
identity operation.
It would be better to actually run the loop only
through the biquads which have proper coefficients
but that's not accessible because of the template
mess. Would require a lot of re-writing to merge
memory and coefficient classes.