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 & HelpOther Libraries › null messages in OSCP5
Page Index Toggle Pages: 1
null messages in OSCP5 (Read 850 times)
null messages in OSCP5
Jun 1st, 2010, 11:41am
 
Hi, I'm trying to send a null value in oscP5 object, like this:

oscMessage[index][i].clearArguments();
oscMessage[index][i].add(null);

but processing accuses that this information is ambiguous (because needs a String?). Is there any way to send null values by oscP5?
Page Index Toggle Pages: 1