menu
 

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
Hi all,

I'm working on a project that requires five music switch containers that each contain two voices playing four bar loops and they have to play simultaneously. Each of those loops have a couple variations to them that they switch between at random intervals. Each of these switch containers need to be able to advance to different sets of loops independently but they always have to remain in sync with each other.

In my mind right now, the way to go about this is using events to start all of these loops simultaneously and then being very careful about my transition strategy to keep these loops transitioning how I'd like?

Or is there a better, more straightforward way to do this?

Thanks!
in General Discussion by Zach B. (100 points)

1 Answer

0 votes
This is a method I've used in the past as well. Unfortunately there is no blend container equivalent in the music hierarchy. This is a feature I've been hoping to see for some time.
by Beatrix M. (470 points)
It's good to hear that my proposed method is a viable one at least! Seeing as you've done this before, do you have any pieces of advice or cautionary tales that you might be able to impart on me as I go about implementing this system?

Thanks!
The only thing I would suggest is exploring switch tracks within music segments, if you haven't yet. These are less flexible, but with each of those separate music events you introduce another chance for something to go wrong and break your sync - Anywhere you can reduce the number of events and bundle functionality in less hierarchies, the more you reduce the chance of bugs and things going wrong.
...