comma string from osc
Oct 31 2010 | 2:40 pm
hello!
We are currently working on a project where we need to pass text over the net and then print it on the screen. So far everything is working fine EXCEPT one small detail: every time we try to get a comma on the system it is always taken as a comma message to the max objects. As a consequence when the value arrives there is no print of it.
Herewith the three different approaches we are currently trying:
fromsymbol, tosymbol and itoa,
No success so far. Herewith a patch of the procedure we are using. From the text editor in max it goes into a matrix and then printed on the window.
Another important information: the characters are coming from supercollider where the method .asString sends it over the net as an osc message.
Any pointer would be…lovely!!
thanks
-emmanuel