Ask for a couple of functions

is possible to add “getFilterUniqueID ()” and “getFilterVersion ()” member functions to the AudioFilterBase ?
i have a ParameterManager class in my library that relies on the respective #defines in the JuceAudioPluginCharacteristics.h, but i can’t include it directly cause the parameter manager can live also outside of the plugin world.

thanx in advance

I’m just checking in a big set of changes that merge all this stuff into the main source tree. I’ll probably add extra stuff like this later…

gr8 thanx, lemme have a look ! i’m trying to align my code to the very latest changes in order to not be too much far from your development.