AS3 Music Visualiser using computeSpectrum() and FLiNT

Op Art

I have been thinking about building a visualiser since 2003 (when I saw one on www.2advanced.com) and have finally found the time to look into AS3′s computeSpectrum as well as Richard Lords’ FLiNT Particle System and came up with this example which uses Jamie T’s – The Man’s Machine (which you can buy here).

All in all it’s quite simple really, basically just an enter frame that runs the computeSpectrum() and then you use the data from that to effect the particles. I’ve attached my flash develop project and the source code below if your intrested in having a dig about, it could be useful if your interested in how to setup the computeSpectrum() or the FLiNT particle system.

You can see the Visualiser at www.visualdialects.co.uk/visualiser/

Get the Visualiser Source from www.visualdialects.co.uk/visualiser/Visualiser.zip

Tags: , , , , ,

One Response to “AS3 Music Visualiser using computeSpectrum() and FLiNT”

  1. h Says:

    I’m really impressed. I like it lots :) Im just starting to look at how to make visualisers in flash at the moment – only just learned about classes so I think Im a long way off yet

Leave a Reply