David F. Place wrote:
> Alas, the bug is different.  If you open the properties window of the  
> table and adjust the y range to be from 1000 to 0.   You will get  

so for simplicity i suggest you add the attached patch to yours. this
should properly initialize your table-ranges.

> over that problem.  Then you'll be able to see that only half the  
> table entries are updated.  Also, the wrong values are in the slots  
> -- off by one.   Also, of course, you can just look at the list.  On  
> OS X, all of the table entries are updated as expected.

i cannot reproduce this.

- your x-bounds seem to be wrong: you have 12 values, with x-coordinates
0..11; therefore the x-bounds should be 0..11 too, instead of 0..12
(which will give you another "empty" slot; probably this is what you
mean by "not getting updated")

- what do you mean by "off by one"? the index "0" should be at the left
edge of the table.

- both the list and the table get updated correctly.

mfga.ds
IOhannes
#N canvas 173 281 450 300 10;
#X msg 99 77 pcToPy-1 \, pcToPy-2 \, pcToPy0 \, pcToPy+1 \, pcToPy+2
;
#X obj 99 105 symbol;
#X obj 99 55 loadbang;
#X msg 99 133 \; \$1 bounds 0 440 11 0;
#X connect 0 0 1 0;
#X connect 1 0 3 0;
#X connect 2 0 0 0;
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to