Reset parameter to intiail value after transition

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?

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

1 Like