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.

Automatically loop a music segment

0 votes

The problem is: when I use a Container to loop a music segment, the Transition don't detect bars "Exit Source at -Next Bar-", and when only use the music segment I can't loop it.

With Container : 

With Out Container : 

asked Oct 8, 2014 in General Discussion by Javier C. (150 points)

1 Answer

+1 vote

Suppose you have the following structure:

  • Music Switch Container
    • Music Playlist
      • Music Segment
    • Music Playlist
      • Music Segment

Both the Music Switch Container and Music Playlist have transitions.  The transitions are contextual.

The transitions on the Music Switch Container will be used when a switch or state change, affecting the Music Switch Container.

The transitions on the Music Playlist will be used when the segment is looping inside the Music Playlist.

Be sure to edit the correct transition.  Use the Capture Log to see the transitions being used.

answered Oct 9, 2014 by Bernard R. (Audiokinetic) (35,090 points)
...