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

manipulating audio objects with WAAPI

0 투표
Hi guys,

How much control can we have over the objects, using the WAAPI?

 

Is it possible to create a new Audio Object, assign a Source Plugin (custom), and assign Effect Plugin(s) (custom), and then set the parameters of all the plugins,  (create and) assign RTPCs, curves and parameters on the object and plugins?

 

Thanks

 

Dave
문의 2018 9월 12 General Discussion Dave S. (140 포인트) 로 부터

1 답변

+1 투표
 
우수 답변

It is currently not possible:

  • to create source plug-ins instances with WAAPI.
  • to set custom effects on object
  • assign RTPC in general
It is possible:
  • to assign shared effects to objects (using ak.wwise.core.object.setProperty)
  • to set property values in general to effect and source plug-ins, using ak.wwise.core.object.setProperty
Thank you for reporting this question, we take note of your interest.
답변 2018 9월 12 Bernard R. (Audiokinetic) (35,110 포인트) 로 부터
선택됨 2018 9월 13 Dave S. 로 부터
...