Archive for September 20th, 2008
Fancy FFT Effect in Processing
I created the visualization of a sound wave that I wanted to do for a while ![]()
I used Processing, with the minim library.
Here’s a video of it: ![]()
It’s based on the code by Tom Gerhardt
Mine differs in the way that it “erases” (actually draws a black rectangle over the stage) some of the past blobs. This way it creates the effect of an actual live visualization of the FFT log average of the sound, rather than an average of an average. ![]()
Download the code here!
I’m going to try to see if I can make this my visualization of the sound wave through live input…