We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › input maxlink string
Page Index Toggle Pages: 1
input maxlink string (Read 171 times)
input maxlink string
Feb 26th, 2009, 2:31pm
 
I'm linking processing with maxlink, and my Processing sketch is receiving strings from MaxMSP. I need at assign that string to a variable in an array, and I need it to add a new array object every time a new string is received.

Not easy, I know, but my problem seems to be in the link.declareInlet("xPosition", "setX") and the corresponding public void. The void won't recognize any class functions ("Can't find anything named..."), so I;m not sure how to assign the string result to a variable in a class.

If you can stumble through my poor articulation, is there any way to fix this?

Page Index Toggle Pages: 1