[PD-dev] [ pure-data-Bugs-2333688 ] [route] bugs

SourceForge.net noreply at sourceforge.net
Sun Nov 23 17:54:04 CET 2008


Bugs item #2333688, was opened at 2008-11-23 16:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2333688&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: Roman Haefeli (reduzent)
Assigned to: Nobody/Anonymous (nobody)
Summary: [route] bugs

Initial Comment:
[route] is buggy with certain combinations of creation arguments.

case 1)

[route 0 bla]

send '0': first outlet matches: OK
send 'bla': no match: WRONG

to trigger the bug, '0' can be replaced by any other float, but not by 'float'.


case 2)

[route 1 bla]

send '0': second outlet matches: WRONG
send '1': first outlet matches: OK
send '2': no match: OK
send 'bla': no match: WRONG

the same behaviour is show also with any other non-zero float number as first argument.

 

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

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




More information about the Pd-dev mailing list