variable sends

Miller Puckette mpuckett at man104-1.ucsd.edu
Wed Oct 4 18:33:17 CEST 2000


By the way...

if you want a variable send in Pd, you can fake it as follows:

#N canvas 0 0 450 206 10;
#X msg 133 115 \; \$1 \$2;
#X obj 224 118 r foo;
#X obj 224 140 print foo;
#X obj 305 120 r bar;
#X obj 305 142 print bar;
#X msg 107 46 list foo 5;
#X msg 179 46 list bar 56;
#X connect 1 0 2 0;
#X connect 3 0 4 0;
#X connect 5 0 0 0;
#X connect 6 0 0 0;

... but there's no way to do it yet at teh receive end.  I have to remember to
look at how Max does it next time i'm in the same building as a macintosh...

cheers
Miller



More information about the Pd-list mailing list