Building a Panic Button
-
What would be the best way to implement a panic button that cuts off processes going on? I've seen this post but that is only cutting off the midi notes. However, the "send all note off message" button in the HISE controller (the (!) button) does kill all processes going on like a delay chain or reverb tail. Is there a way to call this in my code? I couldn't find anything in the docs about it
Thanks for your help
-
@card100 You could scan your chains (synth or fx in question) and ON/OFF them. That will reset the pipelines but audio clicks and pops will certainly happen
That been said, you can place a gain last place down the chain and set it to -100dB during the reset period…
-
-
@ustk I don't know why I didn't think of that... Thanks!