Hi there Pd friends!
I've been a few days trying to get a neat solution to route signals. My objective is a routine which takes a single flow of data (or audio), splits it into an arbitrary number of different processes and finally one of them (just one) is sent out. Which process is activated (de-activated) is decided by the user. A basic instance of this scheme is the bypass of a process: "keep the flow altered or unaltered if I tell you so"
I would love to use radio bars GUI's to decide which process gets in. I actually created a solution but to my eyes it just seems to ugly, there must be an obvious way which I just didn't come up with. I used a net of spigot objects, each one for each process. They are individually controlled by 0 or 1 messages and once a 1 is sent trough any process ('process activated') a 0 is sent to every other spigot objects...
Anyway, would love to here from you guys.