« Return to Thread: NetAddr

Re: NetAddr

by Till Bovermann :: Rate this Message:

Reply to Author | View in Thread

On 05.03.2008, at 03:58, William Brent wrote:

> > o = OSCresponder(nil, '/chat', { |t, r, msg, addr|  
> addr.postln; }).add;
>
> Bingo.  That gave the port.  I had tried to check with netstat as  
> you suggested before, but this port never came up.  Pd doesn't use a  
> consistent port number.  But now I know how to find it.
>
> Thanks for your patience on this.  I'll post to the Pd list and let  
> them know about it.

AFAIK it is because the standard example of provided by the osc guys  
(sendOSC) don't care about the outgoing port. the pd sender simply  
uses this slightly adapted code.

regards
Till

_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

 « Return to Thread: NetAddr