<div>
                    Thanks, Chris - I really appreciate the help.  
                </div><div><br></div><div>I’m still doing something wrong though.  When I send the message [42( to [makefilename %d] I get an “ inlet: expected 'float' but got ‘1’” error from [route].  Seems like it’s still a symbol.</div>
                <div><div><br></div><div style="font-family: helvetica, Arial; line-height: 19px; background-color: rgb(255, 255, 255); "><span style="color: rgb(80, 0, 80); font-family: arial, sans-serif; line-height: normal; ">--</span></div><span style="line-height: 19px; background-color: rgb(255, 255, 255); font-family: helvetica, arial; "></span><span style="background-color: rgb(255, 255, 255); color: rgb(80, 0, 80); font-family: arial, sans-serif; ">Joel Corelitz / waveplant</span><br style="background-color: rgb(255, 255, 255); color: rgb(80, 0, 80); font-family: arial, sans-serif; "><a href="http://www.waveplantstudios.com/" target="_blank" style="background-color: rgb(255, 255, 255); color: rgb(17, 85, 204); font-family: arial, sans-serif; ">http://www.waveplantstudios.<wbr>com</a><br style="background-color: rgb(255, 255, 255); color: rgb(80, 0, 80); font-family: arial, sans-serif; "><br style="background-color: rgb(255, 255, 255); color: rgb(80, 0, 80); font-family: arial, sans-serif; "><a href="mailto:joel@waveplantstudios.com" target="_blank" style="background-color: rgb(255, 255, 255); color: rgb(17, 85, 204); font-family: arial, sans-serif; ">joel@waveplantstudios.com</a><br style="background-color: rgb(255, 255, 255); color: rgb(80, 0, 80); font-family: arial, sans-serif; "><a href="tel:312-348-5798" value="+13123485798" target="_blank" style="background-color: rgb(255, 255, 255); color: rgb(17, 85, 204); font-family: arial, sans-serif; ">312-348-5798</a><span style="background-color: rgb(255, 255, 255); color: rgb(80, 0, 80); font-family: arial, sans-serif; "> (voice & fax)</span><div><br></div></div>
                 
                <p style="color: #A0A0A8;">On Wednesday, May 13, 2015 at 11:56 PM, Chris McCormick wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><div>Hi Joel,</div><div><br></div><div>On 14/05/15 11:45, Joel Corelitz wrote:</div><blockquote type="cite"><div><div>I’m able to route everything I need to in Max this way so some of this</div><div>is admittedly due to not understanding the different ways Pd handles the</div><div>data.</div></div></blockquote><div><br></div><div>It's super annoying, but what is actually coming from oscparse is a</div><div>"symbol" not a float. In Pd there is currently no way to re-cast a</div><div>symbol-float atom back to what it looks like, so instead you'll have to</div><div>manually create one of these "symbol" floats to compare against, which</div><div>you can do with a message through makefilename like this:</div><div><br></div><div>[42(</div><div> |</div><div>[makefilename %d]</div><div> |</div><div>into the right inlet of your 'route'.</div><div><br></div><div>This will route on the "symbol" 42.</div><div><br></div><div>I submitted a patch to Miller to allow [f] to cast those symbol-floats</div><div>back to floats (since there are now 3 different ways to accidentally or</div><div>purposely create a symbol-float) a while back but I think he thinks</div><div>there is a better way of handling this situation.</div><div><br></div><div>Cheers,</div><div><br></div><div>Chris.</div><div><br></div><div>-- </div><div><a href="http://mccormick.cx">http://mccormick.cx</a>/</div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>