<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto">oscformat splits the address as symbols (aka strings), so the “1” in your address is actually a symbol and not a float which is why it doesn’t match. route doesn’t allow mixed symbols or floats so you need to create an empty route object and send a “symbol 1” message i to its right inlet with a load bang. This explicitly matches to “1” as a symbol.<div><br><div id="AppleMailSignature" dir="ltr">enohp ym morf tnes<div>-----------</div><div>Dan Wilcox</div><div><a href="http://danomatika.com">danomatika.com</a></div><div><a href="http://robotcowboy.com">robotcowboy.com</a></div><div><br></div></div><div dir="ltr"><br>On Jul 13, 2019, at 6:01 PM, Mitchell Turner <<a href="mailto:mmturner2468@gmail.com">mmturner2468@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div dir="ltr"><meta http-equiv="Content-Type" content="text/html; charset=utf-8">Dan,<div class="">After reading your reply to a separate thread, I took a look at your MrPeach to vanilla OSC patch here: </div><div class=""><br class=""></div><div class=""><a href="https://github.com/danomatika/BangYourHead/tree/master/6.Communication" class="">https://github.com/danomatika/BangYourHead/tree/master/6.Communication</a> </div><div class=""><br class=""></div><div class="">I am trying to adapt your patch to use the TouchOSC app from my iPhone.  However, I am running in to a road block.  Everything works as expected until the output of [list trim].  At that point, I can print the data but unable to route the data further.  The printed message seems fine; it is usually something like: 1 toggle1 1. (This message is the result of turning the first toggle on page 1 on.)</div><div class=""><br class=""></div><div class="">If I send this message “1 toggle1 1” to a [route 1], I expect the message toggle1 1 to come out of the first outlet of route, however, nothing comes out of the first outlet.  </div><div class=""><br class=""></div><div class="">My patch looks like this:</div><div class=""><br class=""></div><div class="">[listen 8000( </div><div class="">|</div><div class="">|</div><div class="">[netrecieve -u -b]</div><div class="">|</div><div class="">|</div><div class="">[oscparse]</div><div class="">|</div><div class="">|</div><div class="">[list trim]</div><div class="">|</div><div class="">|</div><div class="">[route 1]</div><div class=""><br class=""></div><div class="">I’d like to have a [route 1 2 3 4] to separate the data coming from the various pages in the OSC app.  From there, I’d like to further direct the data using [route fader1 fader 2 toggle1 toggle 2].</div><div class=""><br class=""></div><div class="">Thanks for any help,</div><div class="">Mitch</div><div class=""><br class=""></div><div class=""><br class=""></div></div></blockquote></div></body></html>