Bugs item #1158648, was opened at 2005-03-07 23:47 Message generated for change (Settings changed) made by fbar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1158648...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: None
Status: Closed
Resolution: None Priority: 5 Submitted By: Frank Barknecht (fbar) Assigned to: Nobody/Anonymous (nobody) Summary: start index for array writing not used anymore
Initial Comment: The contents of arrays/tables in Pd can be set using list messages as described in help patch: doc/2.control.examples/16.more.arrays.pd
The current main 0.38 branch in CVS doesn't make use of the starting index anymore. Regardless of what index you choose, the array gets set starting at point 0.
This is easy to check using the second message in above help patch: [; array99 3 -0.5 0.5(
It does not set the array to "0 0 0 -0.5 0.5" but to "-0.5 0.5 0 0 0".
The same bug is valid for [table] objects.
Attached patch change seems to fix this.
----------------------------------------------------------------------
Comment By: Frank Barknecht (fbar)
Date: 2005-06-09 22:56
Message: Logged In: YES user_id=569446
This is fixed in the latest HEAD rev, so I close it.
----------------------------------------------------------------------
Comment By: Frank Barknecht (fbar) Date: 2005-03-07 23:49
Message: Logged In: YES user_id=569446
hm, the dreaded checkbox. Here's the patch, hopefully.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1158648...