# Can I trigger snapshots with a game parameter and no event?

**URL:** https://qa.fmod.com/t/can-i-trigger-snapshots-with-a-game-parameter-and-no-event/21011
**Category:** FMOD Studio
**Created:** [December 20, 2023, 4:14am UTC](https://qa.fmod.com/t/can-i-trigger-snapshots-with-a-game-parameter-and-no-event/21011 "2023-12-20T04:14:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![bdbr](https://avatars.discourse-cdn.com/v4/letter/b/a88e57/32.png) [@bdbr](https://qa.fmod.com/u/bdbr)
#### Post date: [December 20, 2023, 4:14am UTC](https://qa.fmod.com/t/can-i-trigger-snapshots-with-a-game-parameter-and-no-event/21011/1 "2023-12-20T04:14:47Z")

</div>

I’m wondering why you can’t just create a snapshot the same name as a game parameter and trigger it without an event? Do you have to use a snapshot event in order to trigger the snapshot? Let’s say for a pause snapshot for example, would that mean you have to either trigger the event either from the start of the game or when a player pauses? Perhaps I’m not really understanding how this system works in FMOD

---

<div class="post-metadata">

### Author: ![jaka.birsa](https://avatars.discourse-cdn.com/v4/letter/j/e19adc/32.png) [@jaka.birsa](https://qa.fmod.com/u/jaka.birsa)
#### Post date: [December 20, 2023, 12:29pm UTC](https://qa.fmod.com/t/can-i-trigger-snapshots-with-a-game-parameter-and-no-event/21011/2 "2023-12-20T12:29:43Z")

</div>

Hi bdbr,

The general logic, I believe, is to use it to change your default mixer state and then switch back to it.

So, in your case, I would trigger the snapshot mixer settings on game pause to mute whatever you want to mute or change the behaviour. And when you unpause, I would switch back to the default settings.

Imagine them as faders, where you can dial in the amount of snapshot settings over the default settings. So, you can use them as absolute switches (on/off) or you can ease them in over time like a fader… There are some nice YT tutorials you can check.

Hope this helps.

---

<div class="post-metadata">

### Author: ![bdbr](https://avatars.discourse-cdn.com/v4/letter/b/a88e57/32.png) [@bdbr](https://qa.fmod.com/u/bdbr)
#### Post date: [December 20, 2023, 10:23pm UTC](https://qa.fmod.com/t/can-i-trigger-snapshots-with-a-game-parameter-and-no-event/21011/3 "2023-12-20T22:23:56Z")

</div>

Hey Jaka thanks for the reply!

I might not have explained myself well enough. I meant more so, do you have to have an ‘event’ in FMOD which triggers the snapshot?

---

<div class="post-metadata">

### Author: ![jaka.birsa](https://avatars.discourse-cdn.com/v4/letter/j/e19adc/32.png) [@jaka.birsa](https://qa.fmod.com/u/jaka.birsa)
#### Post date: [December 21, 2023, 8:21am UTC](https://qa.fmod.com/t/can-i-trigger-snapshots-with-a-game-parameter-and-no-event/21011/4 "2023-12-21T08:21:38Z")

</div>

Oh, no, you can also trigger from code. Check [here](https://www.fmod.com/docs/2.02/studio/mixing.html?search=snapshot), section 9.9.1.
