Hello, I'm new to the forum, I hope someone here can help...
I succeeded in making a patch with different toggles that behave like radio buttons, so that when one is activated it deactivates the others. In short I send a channel number so that if a message is received with the same channel it is ignored, preventing a loop.
So far so good...
Now I'd like to prevent a toggle to be manually deactivated, so that at all times one toggle is on, while the others are off. I've tried different approaches, but I always end up in a stack overflow, no matter how hard I try... Is there a way?
Thank you!
FYI I don't want to use an actual radio object because these elements will be scattered in different abstractions, working together with send and receive objects.