Toggle Dilemma
I'm needing a little help with something I'm trying to do.
I have four toggle switches one for sin, triangle, saw and square.
What I want to do is to be able to turn off the remaining three toggle buttons when one is activated (even if they are already off). For example if I pick sin it will glow yellow and any switches that will previously glowing yellow will go grey.
Is there a way to send a toggle switch an off message and no just a bang?
You can turn [toggle] off by sending it a zero.
{duplicate post}
Also check out live.tab
-A
live.tab is exactly what I was needing. Thanks.
radiogroup would also get you there, I think.