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

Re: [sc-users] Re: OSC trouble Solution



thanx jost!

Your table unfortunately got mangled by my email program.

man... all the work gone down... ;)

Answer 1.    SCLang sends from 57120, SC Synth from 57110.

great. that's the key.


Answer 2.   This will depend on the program with proce55ing or javaosc, you won't know from which port it is sending, so you have to make an OSCresponder with a nil address, so that it will receive from any address. You can filter out the info with the actual message or with arguments;  Look at OSCresponder, OSCpathResponder, OSCresponderNode.

yes. that's what i've been doing and so far it's clear to me.
i thought there may be a way in sclang to find out what ports other apps are sending from and by that make it possible to use NetAddr with an OSCresponder. (the same way how scsynth knows to reply only to the sending address) 
sorting by names works nicely too.

tom