Hey guys,
I am writing my own plugin from scratch.
Everything is fine, I see my plugin in wwise, the Init of the DSP(Engine) part is called, I am able to put breakpoints on it.
So basically everything seems fine and is called BUT the IAkInPlaceEffectPlugin::Execute function.
Adding breakpoints tells me that nothing is loaded and whatever code I put does not affect the sound.
Do you guys have any idea on what I missed or did wrong? I followed the example of the AkDelayFX and everything is the same as far as I can see!