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

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




No. I'd like to eliminate listening to specific addresses at all. Messages that require replies should be uniquely identified, so listening for a specific server should be unecessary.

On Dec 12, 2004, at 5:21 AM, Till Bovermann wrote:


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

_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev