[fluxus] OSC example plis
    CK 
    chris at lo-res.org
       
    Wed May 18 06:53:52 PDT 2005
    
    
  
I read:
> can anyone share a little patch on OSC fluxus to test if it works 
> using other ways?
works for me:
-- osc.scm
(define (test)
    (push)
    (translate (vector 1 0 (from-osc "/zzz")))
    (draw-cube)
    (pop))
(start-osc "6543")
(engine-callback "(test)")
--- EOF
--- zzz.pd
#N canvas 618 417 286 266 10;
#X obj 58 161 sendOSC;
#X msg 73 135 connect localhost 6543;
#X msg 58 82 send /zzz \$1;
#X floatatom 58 29 5 0 0 0 - - -;
#X obj 58 54 / 100;
#X obj 73 110 loadbang;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 4 0;
#X connect 4 0 2 0;
#X connect 5 0 1 0;
--- EOF
HTH
x
 
p.s.: we should meet in zurich the other day, I'll be back end of may
-- 
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 Fluxus
mailing list