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.

Subscribe to property/reference changes on all objects of a given type with WAAPI

0 votes
With the deprecated soundframe API, it is possible to be notified of property/reference changes (e.g. RTPC min/max values) via the On<object_type>Notif handlers, although they cannot indicate what has changed, this is often at least better than having to maintain an internal list of all wwise objects, and ensuring that we're subscribed to all the events we're interested in on all of them. Is it possible, or will it ever be possible to subscribe to property or reference changes in bulk, without having to manage object lists internally in this way (i.e. newly created objects will also automatically begin posting for the subscribed event)? I see that this is already possible with name, note and curve changes.
asked Sep 28, 2021 in Feature Requests by James P. (170 points)

1 Answer

0 votes
 
Best answer
Hello, this is currently not possible with WAAPI. We took note of your request (WG-56673).
answered Sep 28, 2021 by Bernard R. (Audiokinetic) (35,090 points)
selected Sep 29, 2021 by James P.
Hello again, thank you very much for your reply. Now that some time has passed and SoundFrame has been removed in the latest version of Wwise, I wanted to check in on this again quickly.  This functionality still does not appear to be available, however I may be missing some alternative, would you be able to provide an update on this issue?
Hi James, unfortunately, this is not currently in the roadmap for the time being.
...