[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OSC overhauling (was: Re: [sc-dev] network time in sclang)




On 11 Dec 2004, at 21:14, James McCartney wrote:

 I want to overhaul OSC on the client.

Could you than please be so frank to allow an easy solution for listening to a special machine but arbitrary send-ports sending OSC-messages to the 57120 udp-port of SC?

something like
OSCResponderNode(NetAddr("myServerName", nil), \test, {|... args| agrs.postln})
// does not work currently...

OSCResponderNode(NetAddr(nil, \test, {|... args| agrs.postln})
// whereas this works fine...

this is needed for sending a quick test message from e.g. the CNMAT's sendOSC command, which doesn't allow to specify the port from which the message will be send...

I really looking forward to this

have a nice day
Till