Hey, I'm wondering if it's possible to keep individual instances of a music switch container in time with one another? In the game I have objects that can be created at any time by the player. The creation of one of these objects posts an event to play the music switch container. This has worked fine so far, each object creates its own instance of the container no problem. However the music of the newly created objects don't stay in time with those already created. Instead the event is posted, and the container plays immediately, regardless of the timing on the other objects.
I've tried adding a parent switch container, to act as a 'global controller', and posting a play event at runtime for it. However this doesn't seem to have worked, at least with the settings I've tried.
Is there any way to do this with Wwise or are separate instances always going to be out of time with one another?
Thanks!