[PD] list of various length to any receiver

Frank Barknecht fbar at footils.org
Sat May 13 10:21:52 CEST 2006


Hallo,
Enrique Erne hat gesagt: // Enrique Erne wrote:

> how can i send a list of various length to a dynamically changeable 
> receiver? has anybody done that before?

There are various ways, one with only core Pd objects is attached. 

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
#N canvas 282 211 542 365 10;
#X msg 83 251 \;;
#X obj 105 181 list prepend add;
#X obj 105 202 list trim;
#X msg 258 180 set \, addsemi;
#X obj 83 135 t b a b;
#X obj 394 199 r target2;
#X obj 394 225 print t2;
#X obj 394 149 print t1;
#X msg 83 53 list target1 1 2 3 4;
#X obj 394 123 r target1;
#X msg 95 100 target2 hello;
#X text 93 79 or:;
#X connect 1 0 2 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 4 0 0 0;
#X connect 4 1 1 0;
#X connect 4 2 3 0;
#X connect 5 0 6 0;
#X connect 8 0 4 0;
#X connect 9 0 7 0;
#X connect 10 0 4 0;


More information about the Pd-list mailing list