How to create global volume settings

Hello, I was wondering how will I setup my FMOD project so that I can control the BGM volume, Voice volume, etc.

As of now, I’m settings the parameter of each event that I played and I feel like there is a better way of doing this and I’m just not aware of it.

Is there a global parameter that will be set for all the events when it is played via script?

Hi,
This is usually done by grouping your events in different groups (ie Music, SFX, Ambient…) in the Mixer Routing view, then setting the overall levels in the Mixer view. The common practice, if you want to set those levels in the game’s UI is then to create VCA’s, which will be controlled by the game.