[PD] tabwrite bug?

Nicola Bernardini nic.bern at tiscali.it
Sun May 21 02:02:25 CEST 2006


Dear friends,

I have noticed something that seems like a bug to me: if you write on an
array via a tabwrite attached to a cursor that writes both x and y  data
(basically doing a diagonal line), your table will be interspersed  with
zeros depending on the speed to  which  you  move  the  slider.  I  went
through the lists and googled over, could  not  find  anything  in  this
regard.

I attach a tester patch. I run a GNU/Linux box Pentium III 384 kBytes (kernel 
2.6.10, Debian testing, Pd v.0.39.2).

Thank you for all your help,

Nicola

-- 
Nicola Bernardini
e-mail: nic.bern at tiscali.it
http://www.nicolabernardini.info
GPG fingerprint = 6AE6 AF21 E160 D9B3 396E  EBAC 906C CFAE 4D65 D910
Neither MS-Word nor MS-PowerPoint attachments please.
-------------- next part --------------
#N canvas 204 68 711 569 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 453 255 graph;
#X obj 529 126 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X floatatom 526 145 5 0 0 0 - - -;
#X obj 526 204 tabwrite diagonal;
#X obj 526 164 t f f;
#X msg 395 126 \; diagonal const 0;
#X msg 526 98 0;
#X text 556 97 reset to re-try;
#X text 295 58 Is this a tabwrite bug? If you move the hcursor very
quickly \, the writing gets all interpersed with zeros.;
#X connect 1 0 2 0;
#X connect 2 0 4 0;
#X connect 4 0 3 0;
#X connect 4 1 3 1;
#X connect 6 0 1 0;
#X connect 6 0 5 0;


More information about the Pd-list mailing list