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

SourceForge.net noreply at sourceforge.net
Tue Nov 25 08:58:16 CET 2008


Bugs item #2333688, was opened at 2008-11-23 17:54
Message generated for change (Settings changed) made by zmoelnig
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: Pending
Resolution: Invalid
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.

 

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

Comment By: Roman Haefeli (reduzent)
Date: 2008-11-24 10:19

Message:
i see. 

sorry for the bogus bug report. but yeah, a warning would help. being able
to have an invalid combination of arguments without being notified is
confusing.

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

Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2008-11-24 09:58

Message:
i think there are 2 things in your report:
- you are mixing floats and symbols in your arguments, which according to
the docs is an invalid use of the object: "Route checks the first element
of a message against each of its arguments, which may be numbers or symbols
(but not a mixture of the two.)"; one could argue that [route] should print
a warning if this happens

- the 2nd bug you reported is (i believe) related to the the issue fixed
in patch #2151892
https://sourceforge.net/tracker2/?func=detail&aid=2151892&group_id=55736&atid=478072;
but really it also boils down to an invalid use of the [route] object

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

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