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.

+1 vote
Hi!

Recently I've improved many long workflows using a combination of python's ElementTree API and WAAPI.

ElementTree allows me to get object GUIDs I can't get with wwise.core.object.get() such as MusicClips, MusicTrackSequences, MusicTransitions, etc. I can then modify the available properties using WAAPI.

A specific question I had: is there a way to set the specific playlist item through WAAPI?
According to the work units xml, this is referred to as the 'JumpToPlaylistItemRef' with an ID that matches the item you are references (e.g sequence step group, music playlist, music segment).
If not, are there plans to make this available to write via WAAPI? It would exponentially speed up my workflow.
in Feature Requests by Cameron Konner (210 points)

Please sign-in or register to answer this question.

...