Patches item #1936157, was opened at 2008-04-06 14:17
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1936157&group_id=55736

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: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: make "list" messages be real float/symbol/bang messages

Initial Comment:
in the past there has been some attempts to make "list" messages behave like 
"float" (or "symbol" or "bang") messages and vice-versa.

the attached patch adds some additional fallbacks to the method dispatcher in 
inlet_list():
if an object has no real list-method for an inlet but a float-method and it 
receives a one-element list holding a float, it will call the float-method.
the same for symbols.
if there is no list-method and the object receives an empty "list" message, it 
will call the objects "bang_method"

this should fix bugs #1890931 and #1749885.


----------------------------------------------------------------------

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-25 16:26

Message:
I am going to assign this to me for now so that I remember to included it
in the Pd-extended 0.42 branch, unless anyone has any objections.  Then
I'll assign it to Miller...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1936157&group_id=55736

_______________________________________________
Pd-dev mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-dev

Reply via email to