<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">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></body></html>