resetting toggles.
Is there a way of "resetting" a selection of toggles from a mixture of 1 and 0 all to 0?
Sorry I am new to Max Msp.
you can send the toggles a message of '0', just connect up a message box to each toggles input.
What do you mean with "selection of toggles". You can send 0 to all the toggles you want, even those that are already set to 0. If you want to set ALL the toggles of your patcher to 0, then you should have a look at the universal object.
Thanks, it was as simple as sending message 0. I was having a bit of a brain freeze!
note that if you want to set the toggle's state without outputting the number you need to send them a (set 0) message.