[PD] prepend object

Thomas Grill t.grill at gmx.net
Mon May 27 16:13:51 CEST 2002


Hi all,
i don't really know whether this already exists in some library...
it's a Max-like prepend object (not exactly the same but compatible).

Grab it at http://www.parasitaere-kapazitaeten.net/Pd/ext/prepend
If you can't find it, wait another day and/or reload your browser cache...
the server's IP has been changed.


greetings,
Thomas


PS: If you need some help, use the following:

#N canvas 252 279 610 313 12;
#X obj 75 62 prepend set;
#X msg 76 28 1 2 3;
#X msg 221 28 1 2 3;
#X obj 223 69 prepend one two;
#X msg 284 26 set three four;
#X msg 22 182 1 2 3;
#X obj 30 228 prepend one two;
#X obj 249 230 prepend one two;
#X msg 323 188 three four;
#X msg 247 189 one;
#X text 322 146 same as with set;
#X text 322 164 into left inlet;
#X text 285 47 set prepend atoms;
#X msg 86 183 set 3 4;
#X obj 75 103 print;
#X obj 223 110 print;
#X obj 30 269 print;
#X obj 249 271 print;
#X msg 20 29 help;
#X connect 0 0 14 0;
#X connect 1 0 0 0;
#X connect 2 0 3 0;
#X connect 3 0 15 0;
#X connect 4 0 3 0;
#X connect 5 0 6 0;
#X connect 6 0 16 0;
#X connect 7 0 17 0;
#X connect 8 0 7 1;
#X connect 9 0 7 0;
#X connect 13 0 6 0;
#X connect 18 0 0 0;





More information about the Pd-list mailing list