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 & HelpIntegration › extracting argument values from Synths in SC
Page Index Toggle Pages: 1
extracting argument values from Synths in SC (Read 636 times)
extracting argument values from Synths in SC
Dec 17th, 2009, 3:23pm
 
Hi

I am trying to extract the values from certain arguments of synths being created in a routine and then send them out over OSC using .sendMsg. At the moment I am struggling to get any useful values from the .get function. Is there an argument that you can insert inside the function which will pipe the value to an array that can be sent via OSC (e.g. c.get(\freq, {arg value; (value).sendThisNumberToSomewhere }); ).

Has anyone had any fruitful results of sending data from multiple sources to Processing. This is my first time using OSC and I am finding the whole process a little tedious.

Many thanks in advance for any help
Chris
Page Index Toggle Pages: 1