[PD-dev] [ pure-data-Patches-2151892 ] bugfix: [route 0] should not route symbols

SourceForge.net noreply at sourceforge.net
Tue Oct 7 18:44:01 CEST 2008


Patches item #2151892, was opened at 2008-10-07 18:43
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2151892&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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
>Summary: bugfix: [route 0] should not route symbols

Initial Comment:
up till now, [route 0] would happily route messages like [symbol foo( or [list foo bar( to the "0" outlet.
this is due to the use of atom_getfloat() which will return "0" for non-numeric atoms.

i think this is a bug.

the attached patch fixes this.

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

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




More information about the Pd-dev mailing list