menu
 

在 Audiokinetic 社区问答论坛上,用户可对 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.
...