A platform for playing generative music in the browser.
This site uses Tone.js to play audio in the browser through the Web Audio API. Most of the samples are provided by the Versilian Studios Chamber Orchestra 2 Community Edition. Other samples provided by the Sonatina Symphonic Orchestra. The singing bowl samples were provided by Kasper. All other samples were specially recorded for the site.
Code for each piece can be found in src/pieces. A few pieces are defined in separate npm packages; code for these pieces can by found by inspecting the import
statements in src/pieces/index.js and locating the piece's repository here.
You will need Node.js installed on your machine.
- Clone to your machine.
- Navigate to the project's directory.
- Run
npm i
. - Run
npm start
. - Navigate to localhost:9999.
Problems or general feedback can be reported here on Github or by sending an email to [email protected]. Thanks!