My (somewhat disappointing) Visualization Efforts
Hmmm. Music visualization is a pain in the arse. I’m simultaneously attempting to produce a real-time frequency visualizer type dealie, and learn Python (which is what all the cool kids are using for programming) making it way, way harder than it should be. Since it takes flipping ages to calculate all the necessary Fourier transforms it seems best to produce videos of the visualization, instead of trying to do it in real time. Which is probably impossible. Currently they look pretty, errr, lacking. Prettying things up is probably going to be the largest part of the problem.
At the moment each video frame looks like this:

See what I mean? In the next few days I’ll play around with graphics routines to try and generate a proper spectrogram. Then we’ll be in a bit more business.