opposite of a 'switch' object?
I'm looking for an object that does essentially the opposite of what the switch object does.
I need something that takes 2 inputs
1. an int that determines which output pin to send the data to
2. and input for the stream of data
I've got a system that uses a switch to determine which port to receive's OSC Data, but I need that switch to also determine which port/ID it sends the data out to if that makes sense
here's the patch I'm working on, you'll see at the bottom I've got 4 UDP Send objects, those are the objects
Max Patch
Copy patch and select New From Clipboard in Max.
[gate 4] would do what you need, wouldn't it?