Hi all!
I have a simple question about OSC, or more specifically, the liblo
implementation: Is it possible to broadcast OSC messages to multiple
receiving ends *in different processes*? That is, without needing to
create N 1-1 communication channels, using N ports?
The obvious thing would be to create two servers listening to the same
port (using lo_server_thread_new ). But liblo doesn't allow creating two
servers listening the same port.
Ideas to work-around this?
P