Hi,
I would like to extend the EqualiserPlugin so that the high and low EQ bands can be set to low/high pass filters instead of hardcoded to shelving.
This could easily be done by subclassing EqualiserPlugin and overriding updateIIRFilters() – had that method not been in the private section. Would you consider making it protected instead?
(Obviously, I could duplicate the entire file and make a completely independent plugin with only that small change, but that doesn’t feel like the best way to go).
Erik
