[PD-dev] [ pure-data-Patches-1936157 ] make "list" messages be real float/symbol/bang messages

SourceForge.net noreply at sourceforge.net
Sun Apr 6 20:17:03 CEST 2008


Patches item #1936157, was opened at 2008-04-06 20:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
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 zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
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.


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

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




More information about the Pd-dev mailing list