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

Re: [sc-users] sc to vvvv



Hi,
I did it,
changed the port to 57120 and now is working,
thanks!
Lalo

 
On 3/2/06, Marije Baalman <nescivi@xxxxxxxxx> wrote:
Hi,

Eduardo Melendez wrote:

> Hi!
> I'm having problems recibing osc messages from vvvv,
> this is the code
>
>
> ~a=NetAddr.new("192.168.47.192 <http://192.168.47.192>", 9000); //
>
> OSCresponder(~a, '/hola',  {|a1,a2,a3|
>        [a1,a2,a3].postln;
>         }).add;
>
>
>
> I'm using the helpfile oscEncoder in vvvv, write the correct ip addres
> of the mac that runs OSC,
> with the correct cmndName ( /hola ) and the correct port ( 9000 ).
>
what do you get with :
OSCresponder(nil, '/hola',  {|a1,a2,a3|
      [a1,a2,a3].postln;
       }).add;
?

the port should be the one vvvv is sending *from*!
it should send to sclang's port (normally 57120)

sincerely,
Marije
_______________________________________________
sc-users mailing list
sc-users@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-users