Control multiple events with same parameter

I just started learning and using FMOD. I have a lot of events, assigned to the same bank and to the same audio bus. I want them all listen to the same parameter which automates the pitch of the sounds.
Is there a way to only have to set it up once globally or simultaniously?
Or do I need to go to each event, add parameter sheet, select pitch and add new automation, attach parameter, setup the curve and repeat?

There are a few different ways you could do this, but the simplest would be to route all the events whose pitch you want to adjust into the same group bus, and then automate the pitch of that group bus on a global parameter. That way, you’ll only need to create the relevant automation once, in the mixer.

Thanks I overlooked there’s a pitch conrol on the group bus. That does what I was looking for