This little thing is evading me:
If I have three toggles how do I calculate if each and all of them are turned off?
I thought [int] would do it, but no!
-
Combining outputs of three numbers
-
This would tell how many toggles are on, but not which
-
Thanks for that Balwyn,
Yes this works perfectly and I don't need to know which toggles were on only that they are all off. However in "real life" I need a version with nine toggles. So I expanded your example (perhaps incorrectly!) and it doesn't work consistently with nine.
Any idea why?
ninetoggles.pd -
I suspect it was the order of the toggle wires to the trigger bangs, I added another trigger bang block to force the order from right to left
ninetoggles-re-ordered.pd -
@Balwyn That's super, works perfectly (and looks real pretty too!). I appreciate the help, I would have spent years trying to work that out.