| From | Sent On | Attachments |
|---|---|---|
| David F. Place | Feb 21, 2007 8:04 am | |
| Miller Puckette | Feb 21, 2007 10:02 am | |
| David F. Place | Feb 21, 2007 10:43 am | |
| Miller Puckette | Feb 21, 2007 10:49 am | |
| IOhannes m zmoelnig | Feb 21, 2007 11:06 am | |
| IOhannes m zmoelnig | Feb 21, 2007 11:19 am | |
| Frank Barknecht | Feb 21, 2007 11:31 am | |
| Jamie Bullock | Feb 21, 2007 11:39 am | |
| David F. Place | Feb 21, 2007 1:31 pm | |
| David F. Place | Feb 21, 2007 2:03 pm | |
| IOhannes m zmoelnig | Feb 21, 2007 2:21 pm | |
| David F. Place | Feb 21, 2007 2:39 pm | |
| Miller Puckette | Feb 21, 2007 6:38 pm |
| Subject: | Re: [PD] System Versions for previous message. | |
|---|---|---|
| From: | IOhannes m zmoelnig (zmoe...@iem.at) | |
| Date: | Feb 21, 2007 11:06:21 am | |
| List: | at.iem.pd-list | |
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;





