here’s my patch:

#N canvas 0 22 450 300 10;
#X obj 76 37 netreceive -u -b 8024;
#X obj 79 71 oscparse;
#X obj 248 26 loadbang;
#X msg 247 64 1;
#X obj 83 194 print routed;
#X obj 249 104 makefilename %d;
#X obj 83 146 route one;
#X obj 84 117 list trim;
#X connect 0 0 1 0;
#X connect 1 0 7 0;
#X connect 2 0 3 0;
#X connect 3 0 5 0;
#X connect 5 0 6 1;
#X connect 6 0 4 0;
#X connect 7 0 6 0;

I’m not sure if I need [list trim] but I’ve tried without it and I can’t get the left outlet of [route] to output anything.

IOhannes, thanks for the clarification.  My OSC data is a string of numbers, indicating positions on various 4x4 grids, with the final number being 0 or 1.  
Based on what you’re saying, with the solution Chris described, will I even be able to use those numbers as numbers?  Maybe just cover them to bangs with [sel]?

On Thursday, May 14, 2015 at 10:54 AM, Joel Corelitz wrote:

Thanks, Thomas - looks like what I need but I can’t get zexy to compile.  I get errors when running the scripts.

--
Joel Corelitz / waveplant
http://www.waveplantstudios.com

joel@waveplantstudios.com
312-348-5798 (voice & fax)

On Thursday, May 14, 2015 at 7:43 AM, Thomas Mayer wrote:

Am 14. Mai 2015 05:45:11 MESZ, schrieb Joel Corelitz <joel@waveplantstudios.com>:
Hi All! I’m new Here.

I came across a thread from a few months ago that discussed this issue,
so hopefully this isn’t too much of a re-tread. Sounded like this was
a known “feature” with some workarounds but no clear-cut solution.

I’m trying to route OSC messages, formatted as lists using Pd Vanilla:

[netreceive -u -b 8024]
|
[oscparse]
|
[list trim]

I see my list in the Pd window when the result is sent to [print], but
when I [route] by the first number, nothing passes through.
I’m able to route everything I need to in Max this way so some of this
is admittedly due to not understanding the different ways Pd handles
the data.

Any help / workarounds are much appreciated.
Hi,
I have made an abstraction for that, that uses l2s and l2s from zexy:

Hth,
Thomas

--
Sent from a mobile device.