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 & HelpSound,  Music Libraries › Wanting sound to interact with graphics.
Page Index Toggle Pages: 1
Wanting sound to interact with graphics. (Read 1080 times)
Wanting sound to interact with graphics.
Feb 9th, 2007, 11:50am
 
Hi im wondering if anyone has any info on how to get a graphic to change it behavior when sound,e.g. a WAV file is played. Any help would be greatly appreciated! Smiley
Re: Wanting sound to interact with graphics.
Reply #1 - Feb 9th, 2007, 2:14pm
 
I'm not sure what you mean, but have a look at:

http://www.tree-axis.com/Ess/_examples/analysis/
(click on the applet to run it)

here the spectrum of a sound file is drawn. you could use the same tool to act on some graphics instead of drawing the spectrum.

Cheers
Re: Wanting sound to interact with graphics.
Reply #2 - Feb 9th, 2007, 3:50pm
 
ye thats kinda what im lookin for thanks. The example would be to make a sphere move...or if i drew the graphic of a man dancing it would react when audio is inputted.ill give it a shot. thanks
Re: Wanting sound to interact with graphics.
Reply #3 - Feb 9th, 2007, 7:22pm
 
I think the better way is to use the FFT. Take a look at this example:
http://www.tree-axis.com/Ess/_examples/inputFFT/
Page Index Toggle Pages: 1