Need help setting up Multi-instrument looping music?

Hey i’ve been searching for hours now looking for a simple way to have different BGM tracks for each scene in my unity game. My idea was to have one event for each scene that gets played on start, and uses a multi instrument to play each track, and once a track ends it shuffles to a new one. Here’s what I have so far https://i.imgur.com/VUi46lQ.png. The problem is that for the bottom track, it waits like a full minute before shuffling to the next track. If i extend it to match the length of the top track, then it gets cut off on the loop since it’s only like halfway through before reaching the loop

Hi. You need to use the “async” option on the multi instrument.