Music Visualiser

A simple music visualiser made in Processing.

The Project...


This is a simple music visualiser that was made in Processing. It takes an mp3 file as input, and displays the left and right channels of the mp3 file as a number of bars on the screen. The higher the bar, the stronger the input from the mp3. The sketch also changes colour over time, cycling through RGB values. The user can play or pause the music by pressing the enter key.

I am currently in the process of re-writing this program in p5.js in order to embed it on this webpage, as processing.js doesn't currently support any external libraries. This sketch employs the use of the minim library in order to handle the mp3 input, therefore I cannot display it here - so watch this space!

Technologies...


  • Processing.