Suppose I want to create a radio button with which the user can control which filter an audio signal gets passed through. Something like this, conceptually (the red lines are connections I want to make, but are invalid)...
The problem is that I cannot pass the audio signal through the Hradio control because the variable typings are incorrect. I have tried some setups with Moses and Spigot, but I have not been able to figure out how to pass the audio signal through a conditional check in this way.
How can I set this patch up correctly?