[PD] control SC3 with PD on WinXP

CK chris at lo-res.org
Sat Oct 15 15:58:51 CEST 2005


I read:
> Somebody try to control SC3 with PD on WinXP?
> I suppose OSC is the better way

sc:

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

pd:

#N canvas 354 162 438 142 10;
#X obj 63 89 sendOSC;
#X msg 63 22 connect localhost 57120;
#X msg 99 61 send /whatever \$1;
#X floatatom 247 47 5 0 0 0 - - -;
#X text 311 18 <- plug;
#X text 311 46 <- play;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 2 0;


oh and I'm not using XP ;)

HTH

x

p.s.: this is becoming a faq on both lists ...
-- 
chris at lo-res.org	Postmodernism is german romanticism with better
http://pilot.fm/	special effects. (Jeff Keuss / via ctheory.com)




More information about the Pd-list mailing list