menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

0 투표
Is it possible to get object/listener data when coding an effects plugin? Attempting a distance/angle based procedural filter plugin.
General Discussion vntb (100 포인트) 로 부터
수정 vntb 로 부터

1 답변

0 투표

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

Simon A. (Audiokinetic) (3.6k 포인트) 로 부터
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?
...