# Need advise: Event to become louder with every triggered object in scene

**URL:** https://qa.fmod.com/t/need-advise-event-to-become-louder-with-every-triggered-object-in-scene/18503
**Category:** Unity
**Created:** [March 10, 2022, 4:08pm UTC](https://qa.fmod.com/t/need-advise-event-to-become-louder-with-every-triggered-object-in-scene/18503 "2022-03-10T16:08:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![malle3000](https://avatars.discourse-cdn.com/v4/letter/m/49beb7/32.png) [@malle3000](https://qa.fmod.com/u/malle3000)
#### Post date: [March 10, 2022, 4:08pm UTC](https://qa.fmod.com/t/need-advise-event-to-become-louder-with-every-triggered-object-in-scene/18503/1 "2022-03-10T16:08:57Z")

</div>

Hello.

I’m quite new to fmod, maybe someone could help me out. Guess I might just be struggling with the vocabulary so any hint is welcome as I’m sure this has been done before. But I don’t now what to google yet.

So in my scene I have one object playing a looped 3d timeline event via the fmod event emitter. Also in the scene I have several objects that can be triggered.  
Once one of these objects has been triggered I want the loop to become louder. This is supposed to work regardless of the order in which these objects are being triggered.

That’s it. I’d like to learn how to do that in Unity 🙂

Thanks in advance

---

<div class="post-metadata">

### Author: ![richard\_simms](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/richard_simms/32/261_2.png) [@richard\_simms](https://qa.fmod.com/u/richard_simms)
#### Post date: [March 15, 2022, 12:29am UTC](https://qa.fmod.com/t/need-advise-event-to-become-louder-with-every-triggered-object-in-scene/18503/2 "2022-03-15T00:29:07Z")

</div>

You can use parameters to control the volume of the event and at each trigger increase the value of this parameter. You can try the FMOD Studio Parameter Trigger component or use game code to increment the value of the parameter. For more information, please see our documentation:

[https://www.fmod.com/resources/documentation-unity?version=2.02&page=game-components.html#studio-parameter-trigger](https://www.fmod.com/resources/documentation-unity?version=2.02&page=game-components.html#studio-parameter-trigger)

[https://www.fmod.com/resources/documentation-api?version=2.02&page=studio-guide.html#setting-parameters](https://www.fmod.com/resources/documentation-api?version=2.02&page=studio-guide.html#setting-parameters)

---

<div class="post-metadata">

### Author: ![malle3000](https://avatars.discourse-cdn.com/v4/letter/m/49beb7/32.png) [@malle3000](https://qa.fmod.com/u/malle3000)
#### Post date: [June 7, 2022, 5:12am UTC](https://qa.fmod.com/t/need-advise-event-to-become-louder-with-every-triggered-object-in-scene/18503/3 "2022-06-07T05:12:11Z")

</div>

Trank you
