[PD-dev] [ pure-data-Bugs-1467621 ] numberbox bug

IOhannes m zmoelnig zmoelnig at iem.at
Wed Apr 12 14:10:10 CEST 2006


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




More information about the Pd-dev mailing list