Why re-add the slashes? You can just use [route] objects directly.

--------
Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com

On Jan 12, 2016, at 10:11 PM, pd-list-request@lists.iem.at wrote:

From: Daniel Iglesia <daniel.iglesia@gmail.com>
Subject: Re: [PD] MobMuPlat - data from several iPads to one PC
Date: January 12, 2016 at 10:10:10 PM MST
To: Billy Stiltner <billy.stiltner@gmail.com>
Cc: "pd-list@iem.at" <pd-list@iem.at>


[netreceive -u -b <portNumber>]

spits out ASCII (for me, on OSX, haven't tested linux). Connecting it to an [oscparse] will give the string, but parses out leading slashes. I have a tangled abstraction for re-adding slashes to the start of the OSC address if anyone is interested in that.

Dan