# generative.fm **Repository Path**: mirrors_schollz/generative.fm ## Basic Information - **Project Name**: generative.fm - **Description**: A platform for playing generative music in the browser. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # generative.fm A platform for playing [generative music](https://medium.com/@metalex9/introduction-to-generative-music-91e00e4dba11) in the browser. https://generative.fm ## Overview ### Audio This site uses [Tone.js](https://tonejs.github.io/) to play audio in the browser through the [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API). Most of the samples are provided by the [Versilian Studios Chamber Orchestra 2 Community Edition](https://vis.versilstudios.com/vsco-community.html). Other samples provided by the [Sonatina Symphonic Orchestra](https://github.com/peastman/sso). The [singing bowl samples](https://kasper.bandcamp.com/album/singing-bowls) were provided by [Kasper](https://kasper.bandcamp.com/). All other samples were specially recorded for the site. ### Music Source code for the music generators can be found in the [generative-music/pieces-alex-bainter](https://github.com/generative-music/pieces-alex-bainter) repository. ## Installation You will need [Node.js](https://nodejs.org/en/) installed on your machine. 1. Clone to your machine. 2. Navigate to the project's directory. 3. Run `npm i`. 4. Run `npm start`. 5. Navigate to [localhost:9999](http://localhost:9999). ## Issues and Feedback Problems or general feedback can be reported [here on Github](https://github.com/generative-music/site/issues) or by sending an email to alex@alexbainter.com. Thanks!