Hello,
I wonder is there any method in plugin processor that is called each time host is launching?
Or/And some method which is called when host is validating plugin (I mean adding new plugin to its manager).
Of course it would be great if I could override such method.
I have some algorithms that are called for each instance of my plugin, but I suppose it could be called only one time during host session.
I mean things like checking presets folder (and building one if it doesn’t exist), or authorisation checking.
Now for each instance of my plugin I need to get special folders localisation, open files to check preferences etc. I don’t like to make all of it each time I insert plugin in the slot.
