# Reset parameter to intiail value after transition

**URL:** https://qa.fmod.com/t/reset-parameter-to-intiail-value-after-transition/15728
**Category:** FMOD Studio
**Created:** [May 6, 2020, 3:12am UTC](https://qa.fmod.com/t/reset-parameter-to-intiail-value-after-transition/15728 "2020-05-06T03:12:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![atrewitt](https://avatars.discourse-cdn.com/v4/letter/a/a6a055/32.png) [@atrewitt](https://qa.fmod.com/u/atrewitt)
#### Post date: [May 6, 2020, 3:12am UTC](https://qa.fmod.com/t/reset-parameter-to-intiail-value-after-transition/15728/1 "2020-05-06T03:12:48Z")

</div>

Forgive me if this is a terrible queston - I’m still a novice! In my event, I’ve conditionally applied a low-pass filter to a parameter (if x = 0), but I can’t figure out how to get the paramter to reset to its original value (100) after completion of a transition. Any pointers?

---

<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: [May 12, 2020, 1:02am UTC](https://qa.fmod.com/t/reset-parameter-to-intiail-value-after-transition/15728/2 "2020-05-12T01:02:11Z")

</div>

You can either use a command instrument after the transition destination or automation on the parameter to set the value back to 100, or you can make use of velocity to automatically push the value of a parameter over time.

[https://fmod.com/resources/documentation-studio?version=2.0&page=parameters.html](https://fmod.com/resources/documentation-studio?version=2.0&page=parameters.html)
