Transition back to original transition point

Hey! I’m new to Fmod and I am currently working on an adaptive music piece for a game.

I was wondering if it was possible to return to the point in a music where the original transition off point originally was.

I have the music switching between a Exploring piece to a Combat piece. At the moment when combat ends it goes to the start of the Exploring music, but instead I want it to go back to where it left off as it transitioned to the combat music.

The best way to do this would be to have the different music states as separate events. Then you can pause the event you’re leaving (use a parameter to fade in/out before pausing) before starting the combat music, then fade out the combat music and fade in/unpause the regular music to continue on.

There currently isn’t a way to accomplish this from within events themselves but it is something we are looking into.