Synchronizing multiple events

You’re right, it’s certainly possible. The reason I’m trying to avoid creating a single event is because there will be hundreds of different tracks that can make up this loop (and each track will have 4 different variants that can be controlled through custom parameters). So, if it were possible to synchronize different events, I’d only need to create a single event with 4 instruments in Fmod studio, setup all the parameters for it, and then keep duplicating it (each time simply switching out the 4 tracks inside). But if my only choice is creating a single event, I’ll need to set up separate parameter values for each and every instrument across all of the different tracks. This process is a lot more time consuming, and having so many instruments in a single event makes Fmod studio stutter sometimes. Hence, I was hoping to avoid creating a single event.