interrogating FX state
-
is there no way to interrogate the state (on/off) for an FX?
I just assumed I could say
if (Filter1.isBypassed()) ......
-
Apparently not, but it shouldn't be too hard to add. I'll take a look later today.
-
@d-healey no rush - I went another way....
-
Done it - https://github.com/davidhealey/HISE/tree/develop
I've also added
isBypassed
functions to every other thing that has asetBypassed
function already.