Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

What is the best debug message (post sting) utility to use when debugging custom effect plugins

0 votes
I was wondering if you could provide some best practices when it comes to debugging the execution of cpp dsp processes and plugin parameter changes. Perhaps there is a go to post message function.

 

Thanks!
asked Oct 20, 2018 in General Discussion by Roel S. (100 points)
I ended up directly debugging the dll through the host application. Decent results.
You can use Visual Studio debugger. Run your DLL, and select Wwise.exe as the program to execute. You will have access to breakpoints, output, and all modern debugging features.

Please sign-in or register to answer this question.

...