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

Re: [sc-users] OSC between PureData and SC





should work, to really use it you'll need sth. like [OSCroute /test]

these things work for me:

OSCresponder(nil, '/test', { arg time, responder, msg;
     msg.postln;
}).add;

n= NetAddr("127.0.0.1", 9999);
n.sendMsg("/test", 2345);


thank you,
as it doesn't seem to work either, i suppose i must look after a configuration problem...
that would concern the PureData mailing list though.
all the best
Paul