Why template based?
WindowsNT opened this issue · 1 comments
WindowsNT commented
As the original (excellent) library, this seems very good and I would be happy to use it if it wasn't template based. I could probably use a runtime only library for my sequencer, here I have to construct lots of objects which differ on the filter order or the compile type in general.
berndporr commented
The templates just reserve the max filter order. You can change the filter order during runtime. See the docs. Why it's template based is also explained in the docs. :)