Hi, I’m trying to do something that I thought would be fairly straight forward but I can’t figure out how to do it. I have a bunch of music tracks with the exact same bpm all with 8 bar intros and 8 bar outros and I want to play them in random order and when the 8 bar outro of one track starts trigger the 8 bar intro of the next track and have them overlap. I want to be able to shuffle them like you do with Multi-instruments so that it plays through all the tracks in the playlist in a random order before repeating any tracks in the playlist. Is this possible?
Ok from looking into it I think the only way we can do it is if we have some logic in the game code counting through the number of tracks randomly but excluding all the ones previously counted until it loops (for example if there was four tracks it would be like 2 3 1 4 then loop back to 2 and start again randomly selecting numbers from there) and I can set up parameter conditions in FMOD so that the numbers correspond with the transitions to each track