Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+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 (310 points)

Please sign-in or register to answer this question.

...