Skip to content

beefoo/blackout-music

Repository files navigation

Blackout Music

An open-source online tool by Brian Foo for creating new music by erasing old music. Read more about it on my blog post.

The codebase

This is a completely static web app written in "Vanilla" Javascript. The only external libraries it uses is Tone.js (for playing synths in the browser) and the Tone.js MIDI utility for loading and creating MIDI files.

No building is necessary. All interface files can be found in the ./public/ folder.

Modifying the code

Since this is a side project, I don't have the bandwith to guarantee feature requests or reviewing/accepting pull requests but they will always be considered. Forking this repo and derivative works are encouraged, with proper attribution.

Running this app locally only requires Node.js. Installing and running is simple as:

npm install
npm start

Credits

This app depends on free and open source software and public domain music.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors