Button to set FX value to 0, then back to 100?
-
Hi all, I'm trying to add some functionality that when a button is clicked, it sets the value of an FX parameter to 0, than after a second or so, sets it back to 100. I think I'd use a timer to do this, but I'm new to this part of Hise. Any recommendations on how to achieve this?
-
I have a playlist here about timers - https://www.youtube.com/playlist?list=PLynv7CujPCfZBVsmtWsSZ68nPMXuIHwNL
-
@paper_lung In addition to @d-healey's example,. if I'm understanding you correctly, you could simply have an if/then that read the FX parameter, and set the new value based on the current value.