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.

0 votes
I am playing multiple playlists simultaneously, because I have a base 16 bars loop (sequence continuous), on which are layered 4 bars segments (random continuous). Since the loop periodicity is not the same, I need two playlists, and they need to be synchronized.

So I am using an event to start the playlists at the same time.

I also have states in the 16 bars playlist, and the tracks are set to change at "Next Grid", with a 0 transition time. When I play the playlist itself, from transport control or the soundcaster, and change the state, the change happens correctly instantly at the next grid position.

But when I use the event to start both playlists, and change the state (either in the transport control or the Soundcaster), the tracks change immediately with a little 1sec fade, as if ignoring all parameters set in the tracks and the state group.

Is this a bug? What am I doing wrong and how to fix it?
in General Discussion by Georges D. (100 points)

1 Answer

0 votes
I'm not sure why your transitions would be behaving differently, might be some answers in the transition rules? If I were you though, I would simplify this setup and move the 4 bar loops into the 16 bar playlist and just loop them four times as separate tracks in the 16 bar playlist. You could map individual track volumes in the playlist to RTPCs that would let you crossfade those loops in and out if you need control over those smaller loops ontop your base 16 bar loop. Then you just have 1 event, 1 music switch container, and 1 set of transition rules.
by Mike P. (520 points)
...