resetting toggles.

darkshigeru's icon

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.

big_pause's icon

you can send the toggles a message of '0', just connect up a message box to each toggles input.

pdelges's icon

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.

darkshigeru's icon

Thanks, it was as simple as sending message 0. I was having a bit of a brain freeze!

LiamCormacGould's icon

note that if you want to set the toggle's state without outputting the number you need to send them a (set 0) message.