Bugs item #1467621, was opened at 2006-04-10 12:41 Message generated for change (Comment added) made by zmoelnig 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: 7
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.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2006-04-25 17:26
Message: Logged In: YES user_id=564396
this does not occur in pd<=0.35!
i am pretty sure, that this behaviour was introduced with the send/receive-names for numberboxes, where the object seems to have a 2nd (dummy) inlet which in turn gets the 2nd argument of the list.
this does also occur with symbolboxes.
a solution/workaround is to add a list_method to the numberbox/symbolbox object.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1467621...