Hello everyone! Ilia here. I'm a long-time guest developer in the forum, and I've decided to join the community. 28, LA

Posts
-
RE: The world of HISE
-
RE: How to Invert a Set of Button Values with a Single Click?
@d-healey said in How to Invert a Set of Button Values with a Single Click?:
t's only going to apply if the button is 1 (because of your if statement).
Very nice :) Thank you
Yeah, I want this to act as a momentaryso :
if(value) { for (x in Buttons) { x.setValue(!x.getValue()); x.changed(); } }