[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] Re: OSC trouble with proce55ing and SC Server
> It doesn't have to do with ports. I let proce55ing listen on port
> 57120, instead of its usual 12000.
scsynth replies to the address the incoming message was sent from.
This is a good design, it allows any number of clients to send
messages and receive any relevant reply.
Ie. you need to listen for the reply on the address you send from.
Ie. I suspect processing is not sending from port 57120 (quite
possibly is binding the send port using a NULL address).
Regards,
Rohan