[PD] tabwrite bug? + Re: [PD] value object

sven ml.sven at subscience.de
Sun May 21 13:43:44 CEST 2006


i'd do it like that using [until] - see the patch.
and there's also something for the [value]
philosophers in the patch.

sven.
-------------- next part --------------
#N canvas 204 68 532 464 10;
#N canvas 0 0 450 300 graph1 0;
#X array diagonal 128 float 0;
#X coords 0 128 127 0 200 140 1;
#X restore 285 283 graph;
#X obj 337 65 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 10700 0;
#X msg 132 43 \; diagonal const 0;
#X msg 334 37 0;
#X text 364 36 reset to re-try;
#X obj 359 163 until;
#X obj 384 185 + 1;
#X obj 334 85 t f f;
#X obj 292 123 value last;
#X obj 359 185 f 0;
#X obj 359 234 tabwrite diagonal;
#X obj 359 207 t f f;
#X msg 132 26 0;
#X obj 359 123 expr abs($f1-last) \; min($f1 \, last) \;;
#X obj 251 154 bng 8 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 135 252 bng 8 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 288 223 bng 8 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 337 157 bng 8 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X text 45 262 the wonders of [value]...;
#X text 63 275 follow the sign;
#X text 116 148 (don't) click here ->;
#X connect 1 0 7 0;
#X connect 3 0 1 0;
#X connect 5 0 9 0;
#X connect 6 0 9 1;
#X connect 7 0 8 0;
#X connect 7 1 13 0;
#X connect 9 0 6 0;
#X connect 9 0 11 0;
#X connect 11 0 10 0;
#X connect 11 1 10 1;
#X connect 12 0 2 0;
#X connect 13 0 5 0;
#X connect 13 1 9 1;
#X connect 14 0 17 0;
#X connect 15 0 17 0;
#X connect 16 0 17 0;
#X connect 17 0 16 0;
#X connect 17 0 14 0;
#X connect 17 0 15 0;


More information about the Pd-list mailing list