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

SourceForge.net noreply at sourceforge.net
Tue Aug 17 05:22:27 CEST 2010


Patches item #2151892, was opened at 2008-10-07 12:43
Message generated for change (Comment added) made by eighthave
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: Closed
Resolution: Accepted
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.

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

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-08-16 23:22

Message:
git commit 2c966618db8899fc0a19b7c33f3be37d920f4186

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

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