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.
Page Index Toggle Pages: 1
Low priority (Read 319 times)
Low priority
Sep 4th, 2008, 1:44pm
 
Hi all,
I'm sending values using oscP5 library to Max. I need to send it in a lower priority or in a low framerate, i don't know what is the method to minimize the use of the processor sending data.
Thanks a lot for the help
David
Re: Low priority
Reply #1 - Sep 4th, 2008, 2:27pm
 
There might be better ways to do this, but you can at least control the frame rate with frameRate(), and you can add delay() calls to pause the Processing sketch.
Re: Low priority
Reply #2 - Sep 4th, 2008, 3:29pm
 
Hi,
I'm trying with delay, but i'm making to run all the program slowly. How can I do this delay in a portion of the program?  
Thanks
Page Index Toggle Pages: 1