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.

Is it possible to get/set stingers using WAAPI?

0 votes

Hello community,

I would like to automate setting stingers to music objects in our workflow. However I cannot find any documented way to do so.

I'm using 2021.1.0 (so query examples below are using WAQL).

Some peripheral information:

  • I can list all stinger entries in entire project using "$ from type MusicStinger"
  • There seems to be an accessor to a list of MusicStingers using "$ from type MusicSegment select stingers", although I cannot find it in documentation.
  • A MusicSegment (or any other music object accepting stingers) has references to MusicStingers and a MusicStinger has the "owner":  "$ from type MusicStinger select referencesTo", "$ from type MusicStinger select owner" gives the same result.
Thanks,
asked Apr 16, 2021 in General Discussion by Tomohiro T. (110 points)

Please sign-in or register to answer this question.

...