Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes
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! :)
in General Discussion by FĂ©lix L. (100 points)

Please sign-in or register to answer this question.

...