[PD-dev] file library WAS: [folder_list]

Frank Barknecht fbar at footils.org
Fri Mar 31 18:39:18 CEST 2006


Hallo,
David Plans Casal hat gesagt: // David Plans Casal wrote:

> On 31 Mar 2006, at 15:18, B. Bogart wrote:
> 
> >(I just now realized you can specify an object name as an  
> >abstraction argument, wow that is really cool:
> >
> >[compare > 10]
> 
> Huh. I didn't realise that either. That -is- cool.

You may also like attached patches. 

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
#N canvas 0 0 535 319 10;
#X obj 117 149 list-op + 1;
#X msg 117 117 1 2 3 4;
#X obj 117 179 print;
#X msg 238 118 1 2 3 4;
#X obj 238 180 print;
#X obj 238 150 list-op makefilename /synth%d/freq;
#X connect 0 0 2 0;
#X connect 1 0 0 0;
#X connect 3 0 5 0;
#X connect 5 0 4 0;
-------------- next part --------------
#N canvas 0 0 554 590 10;
#X obj 77 499 list;
#X obj 100 385 list prepend;
#N canvas 0 0 533 407 drip 0;
#X obj 64 206 list split 1;
#X obj 64 123 until;
#X obj 64 181 list append;
#X obj 194 206 bang;
#X text 146 90 First store list \, then start the loop;
#X text 163 118 "until" bangs its output until told to stop by a "bang"
to its right inlet.;
#X text 182 160 Store the remaining list.;
#X text 239 205 third outlet of "split" tells us to stop.;
#X obj 64 243 outlet;
#X obj 64 57 inlet;
#X text 237 44 From list-help.pd;
#X obj 64 86 t b a;
#X connect 0 0 8 0;
#X connect 0 1 2 1;
#X connect 0 2 3 0;
#X connect 1 0 2 0;
#X connect 2 0 0 0;
#X connect 3 0 1 1;
#X connect 9 0 11 0;
#X connect 11 0 1 0;
#X connect 11 1 2 1;
#X restore 100 242 pd drip;
#X obj 78 150 t b a b;
#X obj 122 178 s \$0-reset-result;
#X obj 179 357 r \$0-reset-result;
#X text 260 177 clear result list;
#X text 175 242 "Drip" (serialize) the list;
#X text 124 496 Final result is built here;
#X obj 78 81 inlet;
#X obj 200 273 inlet;
#X obj 77 530 outlet;
#X obj 100 307 \$1 \$2;
#X text 164 307 do \$1 \$2 with each element;
#X text 258 389 Repack the list;
#X obj 196 386 t a;
#X connect 0 0 11 0;
#X connect 1 0 0 1;
#X connect 1 0 15 0;
#X connect 2 0 12 0;
#X connect 3 0 0 0;
#X connect 3 1 2 0;
#X connect 3 2 4 0;
#X connect 5 0 1 1;
#X connect 9 0 3 0;
#X connect 10 0 12 1;
#X connect 12 0 1 0;
#X connect 15 0 1 1;


More information about the Pd-dev mailing list