[PD] Variable in osc message

Ricardo Dueñas Parada rduenasp at gmail.com
Thu Apr 16 16:23:23 CEST 2009


[atoi] did the job, thank you.


Ricardo


2009/4/16 Frank Barknecht <fbar at footils.org>

> 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
>
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20090416/8139b1dd/attachment.htm>


More information about the Pd-list mailing list