[PD] Variable in osc message

Frank Barknecht fbar at footils.org
Thu Apr 16 14:26:33 CEST 2009


Hallo,
Ricardo Due?as Parada hat gesagt: // Ricardo Due?as Parada wrote:

> I am working with osc, and i have to send messages to pd, I am using
> OSCroute to route messages.
> 
> Next is happening to me: where i should be receiving the variable, i get
> this on the pd console:
> error: gatom: no method for '1'
> 
>  The message is something like    /route/1
> 
> I guess that the number is being mapped as a symbol and not a number, how
> can I convert it?

Probably that's the reason. You can convert number-symbols to integers with
[atoi] from Zexy, or alternatively rewrite your OSC receiver setup to something
like "/route/one" or put the number into the data part of the OSC message i.e. "/route 1"

Ciao
-- 
Frank




More information about the Pd-list mailing list