Bugs item #1467621, was opened at 2006-04-10 12:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1467621...
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: Open Resolution: None Priority: 5 Submitted By: IOhannes m zmölnig (zmoelnig) Assigned to: Miller Puckette (millerpuckette) Summary: numberbox bug
Initial Comment: sending a list of numbers (e.g. "3 -10 8") to the numberbox will output the 2nd and the 1st element (in this order) of the list.
i think, the numberbox should only output the 1st element of the list.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1467621...
SourceForge.net wrote:
Initial Comment: sending a list of numbers (e.g. "3 -10 8") to the numberbox will output the 2nd and the 1st element (in this order) of the list.
i think, the numberbox should only output the 1st element of the list.
btw, the same behaviour occurse with the symbolbox.
a simple fix would be to add a gatom_list() message to the gatom which deals with incoming lists.
i think the problem arose because of the "dynamic" inlet of the float/symbol-boxes: this makes the automatic list-element-to-inlet spiller think that the object has 2 inlets and thus sends the first 2 list-elements to these inlets (which in fact are just one).
it would be nice if a fix could make it into 0.40
mfg.asd.r IOhannes