[PD] slim down strategies (limit a message stream)

Frank Barknecht fbar at footils.org
Tue Nov 15 22:04:28 CET 2005


Hallo,
Patrick Valiquet hat gesagt: // Patrick Valiquet wrote:
 
> ...You could also approximate what [speedlim] does with a simple
> combination of [f] or [symbol] and [metro n].

However you'd also need a way to stop, when no messages come in
anymore.

> I've attached a little demonstration that does this with floats,
> symbols and lists.

Btw: using the power of [list] in pd-0.39 you can combine all these.
See example.

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
#N canvas 676 466 550 260 10;
#X obj 67 131 list;
#X obj 67 48 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
;
#X obj 67 71 metro 500;
#X floatatom 125 48 5 0 0 0 - - -;
#X obj 90 106 r your_anything;
#X obj 67 163 print;
#X obj 267 162 s your_anything;
#X floatatom 267 49 5 0 0 0 - - -;
#X symbolatom 312 91 10 0 0 0 - - -;
#X floatatom 458 50 5 0 0 0 - - -;
#X obj 458 68 pack 0 1 2;
#X obj 312 70 makefilename %d-foo;
#X floatatom 312 49 5 0 0 0 - - -;
#X connect 0 0 5 0;
#X connect 1 0 2 0;
#X connect 2 0 0 0;
#X connect 3 0 2 1;
#X connect 4 0 0 1;
#X connect 7 0 6 0;
#X connect 8 0 6 0;
#X connect 9 0 10 0;
#X connect 10 0 6 0;
#X connect 11 0 8 0;
#X connect 12 0 11 0;


More information about the Pd-list mailing list