blog.marchaemmerle.com

Archive for the ‘Study projects’ Category

Do you like ‘The Prodigy’? - aka Visualisation in Processing is online now

without comments

If you do like them and have a somehow actual release of Java installed on your machine and want to see the mp3 visualisation we did in Processing then have a look here P5MP3 - on your own risk that is. OpenGL running in the browser is still somehow unstable. Don’t say i didn’t warn you ;)

Use your cursor keys LEFT and RIGHT to go through the songs and press ENTER so play the selected song.

Visit here to get the remix album yourself: Prodigy Remixed.

Written by Marc

May 2nd, 2007 at 8:43 pm

Posted in Study projects

Visualisation of music in Processing

with 2 comments

The final assignment in our course ‘Graphic Coding’ was to code a sketch in Processing about progression. Thomas Goethe and i chose to visualize the progression of samples from playing music and built a mp3 player. Through the use of two external libraries we were able to stream and analyze the mp3 files (using ESS) and get faster-than-Processing-inbuilt OpenGL graphics (using Gestalt). There’s still much to be done as this is only something like a proof-of-concept for ourselves than a fully functional application, say for installations. As soon as I’am able to get it to run in the normal browser I’ll post it here; or maybe I’ll put up a video on Youtube.

A few screenshots of the player in action:

screenshot01.jpg screenshot02.jpg screenshot04.jpg

Written by Marc

February 25th, 2007 at 8:32 pm

Posted in Study projects