[PD] [line] controls in sequence

Frank Barknecht fbar at footils.org
Sun Dec 31 10:59:09 CET 2006


Hallo,
Alexandre Quessy hat gesagt: // Alexandre Quessy wrote:

> If you send it a list like [0 1000 127 500<, it will go to 0 in 1000
> milliseconds (as usual) and then go to 127 in 500 ms.
> 
> Is there an external or something to allow this ?
> 
> Otherwise, here is an abstration (and its help) that does exactly
> this. It will be included in the forthcoming pdmtl library.

You can achieve this much easier. See attached patch which should be
compatible to your linectl. It's a little variation on the second
sequencer example in list-help.pd.

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
#N canvas 485 409 668 315 10;
#X obj 216 23 inlet;
#X obj 216 122 list split 2;
#X obj 316 180 del;
#X obj 216 155 t a a;
#X msg 316 150 \$2;
#X obj 316 208 list;
#X obj 216 256 outlet;
#X text 41 122 split off to 2 elements;
#X text 358 210 shortened list is stored here;
#X text 356 154 send shortened list after delay time;
#X obj 216 60 t a b;
#X msg 379 100 stop;
#X connect 0 0 10 0;
#X connect 1 0 3 0;
#X connect 1 1 5 1;
#X connect 1 2 6 0;
#X connect 2 0 5 0;
#X connect 3 0 6 0;
#X connect 3 1 4 0;
#X connect 4 0 2 0;
#X connect 5 0 1 0;
#X connect 10 0 1 0;
#X connect 10 1 11 0;
#X connect 11 0 2 0;


More information about the Pd-list mailing list