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.

How to prevent a state-associated switch container from transitioning many consecutive times

+1 vote
I'm working on a music system based on a switch container triggered by state changes. Every piece of music in the project exists in severeal versions (battle, suspense, map view, ...), that were composed to be fluidly interchangeable. When the game state changes, the switch container creates a transition to the appropriate playlist, synced to the same time as the source.

The map view can be toggled by the player, which means that short transitions can lead to an undesirable amount of music switches whithin a short amount of time. I experimented with long fades and exiting the source track only after a bar or more. But not only does that pose a problem dramatically, when the battle music takes forever to set in, it of course also doesn't solve the map view issue entirely, as the transitions still get messy if the player screws around a lot with the map view.

What I would like to do is have fairly quick transitions that are triggered normally at a state change, and for any consecutive state changes not to have an effect until, let's say, five seconds have passed. Although I suppose at that point the switch would have to be triggered by the last state change that was ignored before, so as not to remain stuck in the map view music during battle or something like that.

Any ideas will be greatly appreciated.
asked Oct 16, 2014 in General Discussion by David O. (150 points)
edited Oct 16, 2014 by Bernard R. (Audiokinetic)

1 Answer

0 votes
Even with a 5 sec timer delay on subsequent state change, you may still get undesirable results.  You might try experimenting with having a longer transition time going into the map view, and then a quicker transition going back into game.
answered Jul 30, 2015 by Monty M. (2,650 points)
...