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 › internal mic to sine wave
Page Index Toggle Pages: 1
internal mic to sine wave (Read 471 times)
internal mic to sine wave
Sep 20th, 2005, 11:31pm
 
Hi everyone, I'm pretty new to processing / and indeed programming in general.

I have a process i wish to achieve. I'm sure it’s rather elementary to any veteran of the processing environment.

I'm running Processing (beta) on OSX (10.3.9), I already have sonia installed.

I wish to use the internal microphone on my mac to continuously generate a sine wave in the java applet window opened by processing.

Does anyone have the code for a working example, which would perform this function loosely?

I'm familiar with this project -

http://www.limiteazero.com/min_mod/index.html  

But its performing a much more complex process than the one I hope to achieve (i.e. broadcasting sound as well as producing a visual representation of it). I looked at the code but I couldn't figure out what was doing what.

Many thanks

james
Re: internal mic to sine wave
Reply #1 - Sep 21st, 2005, 12:38am
 
look at this example -

http://processing.org/learning/examples/mousesignals.html

i would be very happy if someone suggest sketch identical to this except where, the internal microphone is acting as an input rather than the mouse
Page Index Toggle Pages: 1