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! :)