[PD] Buffering numbers

Frank Barknecht fbar at footils.org
Fri Oct 21 19:23:43 CEST 2005


Hallo,
Frank Barknecht hat gesagt: // Frank Barknecht wrote:
> It only taketh two (2!) objects to solve this fine riddle. 

Ah, sorry, I sent a slighty too complicated version, better use this
one.

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
#N canvas 417 318 723 395 10;
#X obj 153 175 cnv 15 150 80 empty empty empty 20 12 0 14 -233017 -66577
0;
#X floatatom 180 150 5 0 0 0 - - -;
#X floatatom 326 92 5 0 0 2 change-size - -;
#X obj 326 112 t f b;
#X text 378 110 first reset (b) \, then set new length (f).;
#X obj 180 302 print last_x;
#X text 311 195 Right outlet is responsible to first fill the list
;
#X text 312 211 Left outlet then only lets the smaller list pass.;
#X obj 180 183 list;
#X obj 180 228 list split 4;
#X msg 82 110 0 \, 1 \, 2 \, 3 \, 4 \, 5 \, 6 \, 7 \, 8 \, 9;
#X connect 1 0 8 0;
#X connect 2 0 3 0;
#X connect 3 0 9 1;
#X connect 3 1 8 1;
#X connect 8 0 9 0;
#X connect 9 0 8 1;
#X connect 9 0 5 0;
#X connect 9 2 8 1;
#X connect 10 0 8 0;


More information about the Pd-list mailing list