Hi list,<div><br></div><div>I&#39;ve been doing some patching with [route] and came across a problem - I&#39;d love it if someone could explain why this happens otherwise I think it&#39;s a bug. </div><div><br></div><div>Basically I&#39;m sending a message with one item to a route object with an argument of the same name. For example:</div>

<div><br></div><div>[start (</div><div>|</div><div>[route start]</div><div><br></div><div>This is connected to a [pack f]. When I bang the start message the route object outputs a bang, which in turn should output the stored number in the pack object. However, this does not happen (which is the problem). </div>

<div><br></div><div>If I connect a [t b] after the [route] and before the [pack f] it works. It also works with [f ] instead of [pack f] and a [select] object will correctly bang the pack. I&#39;ve attached a patch to show this. </div>

<div><br></div><div>What seems weird is that it is not a problem with either [route] or [pack f] on their own, but rather only when they are connected.</div><div><br></div><div>Thanks,</div><div>Joe  </div>