Skip to content

Instantly share code, notes, and snippets.

@hungrymedia
hungrymedia / Ben Folds Five Poster - Cityscape Generator
Last active December 14, 2015 18:59 — forked from brendandawes/Ben Folds Five Poster - Cityscape Generator.pde
Adapted from Brendan Dawes' cityscape generator shown at OFFF Cincinnati. I instantly saw the buildings as frequency meters, so set about making them behave as such. My first foray into audio analysis with Processing. Video demo: https://vimeo.com/61520834
// Ben Folds Five Poster - Cityscape Generator by Brendan Dawes
// http://brendandawes.com/projects/benfoldsfive/
// Adapted an animated by Warren Harrison (hungry-media.com)
// Any music.mp3 file in the same folder as the .pde will work, but I used
// a Ben Folds song in the spirit of the original: http://goo.gl/BEBn5
// Requires library from http://toxiclibs.org
import toxi.color.*;