[PD] List with variable number of floats

Frank Barknecht fbar at footils.org
Tue Aug 17 18:51:12 CEST 2010


Hi,

On Tue, Aug 17, 2010 at 06:40:16PM +0200, tim vets wrote:
> see attachment
> uses tabdumb and list-idx
> chooses one of 18 'onn/off states' in a table randomly and flips it

I think, this also isn't wat Joao wanted, but there is a more direct
approach to flipping, see attm.

Ciao
-- 
Frank
-------------- next part --------------
#N canvas 0 0 601 322 10;
#X obj 82 121 tabread \$0-active;
#X obj 82 147 ==;
#X obj 82 170 tabwrite \$0-active;
#N canvas 0 0 450 300 (subpatch) 0;
#X array \$0-active 18 float 0;
#X coords 0 1 17 -1 200 140 1;
#X restore 253 49 graph;
#X obj 82 96 t f f;
#X msg 82 50 bang;
#X obj 82 73 random 18;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 4 0 0 0;
#X connect 4 1 2 1;
#X connect 5 0 6 0;
#X connect 6 0 4 0;


More information about the Pd-list mailing list