Roman,Yes, I’m sorry I was not more clear. I should have begun the thread with: I’m receiving OSC messages in Pd from the iPhone app, TouchOSC.
I think my fundamental misunderstanding was that the first item in the list is a symbol. It looked like a float, so I thought it was a float.
Thanks for your help,
Mitch
Message: 1Date: Sat, 13 Jul 2019 19:49:50 +0200From: Roman Haefeli <reduzent@gmail.com>To: Christof Ressi <christof.ressi@gmx.at>, Pd-List <pd-list@lists.iem.at>, Miller Puckette <msp@ucsd.edu>Subject: Re: [PD] OSC data from [list trim]Message-ID: <533a1ea1c3c68ca7b7ab00d2c24061a49e19d86c.camel@gmail.com>Content-Type: text/plain; charset="utf-8"On Sat, 2019-07-13 at 18:46 +0200, Christof Ressi wrote:I think the problem lies somewhere else. There is a fundamental issue
with [oscparse]: it breaks the address pattern into its parts and
forms a Pd list, but treats numbers as symbols.
Ah, thanks for pointing this out. From the original post it was (atleast for me) not quite clear whether it was about the OSC atoms (theactual payload) or the OSC path. Good to know that numeric path elements end up (actually: arepreserved) as symbols in Pd after [oscparse].Roman