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.

Best method to get object position in a plugin?

0 votes
Is it possible to get object/listener data when coding an effects plugin? Attempting a distance/angle based procedural filter plugin.
asked Jul 18, 2014 in General Discussion by vntb (100 points)
edited Jul 18, 2014 by vntb

1 Answer

0 votes

I suggest you take a look at the "Mixer Plug-in" available with 2014.1 that will allow you to do that. 

You can download the beta version here

Simon

answered Jul 18, 2014 by Simon A. (Audiokinetic) (3,570 points)
Thanks! Just looked at it, but couldn't find much documentation on how to use it. Would the class have to inherit from IAkMixerPluginContext rather than IAkInPlaceEffectPlugin?
Ok, it seems like there is no MixerPlugin class (unlike the other plugin types). Am I missing something?
...