I&#39;m preparing some patches for courses that I teach and I noticed behaviour in [route] that I found unexpected or at least inconsistent.<div><br></div><div>Attached is a patch that demonstrates the problem.</div><div><br>
</div><div>In short: when mixing types of arguments for [route], the object will fail to properly route a float if the float is preceded by a symbol argument.</div><div>For example:</div><div>[route 12 nobug] will route 12 properly</div>
<div>[route bug 12] will send any incoming 12 to its last (&#39;undefined&#39;) output</div><div><br></div><div>This is with Pd Extended 0.42.5 on Mac OS 10.6.6</div><div><br></div><div>Is this a bug or am I overlooking something?</div>
<div><br></div><div>Rene</div><div><br></div>