/web-mpd

webaudio experimental mpd interface

Primary LanguageJavaScript

Web MPD

A web-based MPC-type instrument. Allows you to drag web links to audio files (and studio.substack.net links) onto keys to add them as independent instruments.

To use locally, you need to have node.js installed.

To install, run npm install.

To run, run npm start. This will start an auto-rebuilding browserify script, generating a fresh bundle.js from your index.js file.

(For maintainers) To deploy gh-pages, run npm run deploy