menu
 

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

0 투표

Hello, 

I would like to create a Curve through ak.wwise.core.object.create, the documentation indicates that it's possible (This page links to the page for supported types, and "Curve" is one of them.). The Curve I need to add is to assign an RTPC to a property on a Bus.

However, for the creation call we must specify a parent object, but it's unclear which types are acceptable as parents. I tried to view an existing Curve's parent object created manually through the authoring tool with WAQL. $ "{my-curve-id}" shows that "1 object is found", however, when I try $ "{my-curve-id}" select parent  no objects are found, which seems to indicate that this object doesn't have a parent. However, the call to ak.wwise.core.object.create will fail if no parent is specified.

I've tried a few random objects as parents, but generally get the error "Curve can't be child of ..."

If it's possible to create curves through waapi, what are acceptable parents?

Otherwise, can I workaround this by modifying the wwu file directly with some guid I generate myself? 

General Discussion Sheri B. (290 포인트) 로 부터

1 답변

0 투표
 
우수 답변
Full support for RTPC in WAAPI will be added in next version 2022.1.

Yes, modifying the WWU files directly is the best workaround right now. You can generate the GUIDs.
Bernard R. (Audiokinetic) (35.8k 포인트) 로 부터
선택됨 Sheri B. 로 부터
...