menu
 

在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票
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!
分类:General Discussion | 用户: Amaury E. (200 分)

1个回答

+1 投票
 
已采纳
OK so I finally found the issue.

It comes from the call to AK_IMPLEMENT_PLUGIN_FACTORY which I am quite sure was ok on the syntax.

Replaced it by the registration function and it worked
用户: Amaury E. (200 分)
采纳于 用户:Noemie P. (Audiokinetic)
...