Hello,
I try to do an augmented plugin object. (with more function like dry, wet, gain in, gain out)
I would like to have a class AugmentedAudioPluginInstance which inherit from AudioPluginInstance, with a ctor like this :
AugmentedAudioPluginInstance::AugmentedAudioPluginInstance(AudioPluginInstance* plug);
But I didn't found a pretty way to implement this now.
Could someone please guide me ?
Thanks a lot,
Louis