tom tlalim wrote:
if there is going to be some documentation on the topic, here are my questions:1 - what port nr. do sclang and scsynth / other clients send from???2 - if i want to set up sclang to listen to a specific port, i need to set it to listen to the port the senderis sending from right? has anyone ever done this successfully?
Your table unfortunately got mangled by my email program. Answer 1. SCLang sends from 57120, SC Synth from 57110.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.
jostM