Song shuffle and selection

I am new to Fmod.
I’m doing a game audio project for my degree in audio engineering.
I’m deisnging audio for a skate game.
I need to create a timeline in fmod where songs can be selected by the user or shuffled randomly.

How can I do this in fmod?

For this I wouldn’t recommend using the timeline, instead place each song as a separate instrument in a parameter sheet. In FMOD Studio 2.00 you can use a discrete or labeled parameter to easily pick between songs, otherwise just use a continuous parameter to select each song. You can then use a random number generator to pass a random whole number to the parameter to give a “shuffled” feel.