menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

0 支持
Hello!
I'm trying to create some tools to help production in our studio, using WAAPI and Python. I'm looking for a way to change the @ControlInput value in the list of some objects' @RTPC, to automate tedious tasks we have to do.

I've tried several things, including ak.wwise.core.object.set, ak.wwise.core.object.setReference, ak.wwise.core.object.setProperty, but to no avail. Best I could think of was copying the unwanted RTPC's curve points, deleting it and creating a new one with the correct control input and the same points, but it seems convoluted to say the least, and I don't even know if it's possible.

Is there any way to do that in a cleaner manner? Using Wwise 2022.1.3 & Python 3.7.

Thanks in advance! :)
Félix L. (100 ポイント) General Discussion

Please sign-in or register to answer this question.

...