Computer Music Experiment #1

Inspired by Brian Eno works like Music For Airports, I've begun experimenting with getting the computer to choose when to play notes. Using the E minor scale, each note is played at a random time between two specified integers. Moving your mouse towards the right of the image adds reverb while moving to the left cleans things up. Each time you refresh the page, you will hear a new performance, unique to you in this moment alone.

Written in JavaScript with help from the p5.js library for shape generation.

My progress on this would not be possible without the wonderful article by Tero Parviainen, entitled JavaScript Systems Music.