On linux (debian wheezy with autobuild):

On 16/03/12 18:05, Pierre Massat wrote:
Dear list,

I've just noticed a strange behaviour of arrays in Pd-extended 0.42.5
running in Win XP.
When I manually create an array and set it's size through its properties
(right-click, etc.), say, to 44100 samples, the range on the X axis is 0
to 44099. Fine.

The array is created with the correct number of elements but one element 'overflows' the right frame.

Now when I resize it by sending it a message ("array1 resize 44100"),
the X axis now spans from 0 to 44100 (that is 44101 samples).

Resizing the array with a [resize( actually corrects the problem here. So it would seem more of a GOP visualisation bug?

See attached patch.

Lorenzo.


Anybody noticed this in other versions/platforms?

Cheers,

Pierre.


_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management ->  
http://lists.puredata.info/listinfo/pd-list

#N canvas 432 378 623 396 10;
#X msg 380 102 resize 10;
#X msg 382 192 0;
#X msg 429 192 9;
#X floatatom 512 190 5 0 0 0 - - -;
#X floatatom 385 250 5 0 0 0 - - -;
#X obj 385 223 tabread array1;
#X obj 378 148 s array1;
#X msg 466 194 8;
#N canvas 0 0 450 300 (subpatch) 0;
#X array array1 10 float 3;
#A 0 2.14285 -0.0285721 0 0 0 0 0 0 1.5 -2.38571;
#X coords 0 1 9 -1 200 140 1;
#X restore 94 101 graph;
#X text 160 68 manually created;
#X connect 0 0 6 0;
#X connect 1 0 5 0;
#X connect 2 0 5 0;
#X connect 3 0 5 0;
#X connect 5 0 4 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to