drum-machine

3.0.2 • Public • Published

drum-machine-javascript

A simple drum-machine written in javascript

It uses these great drum-samples:

https://github.com/oramics/sampled/

You can try it out here: https://diversen.github.io/drum-machine-javascript/

Install

git clone https://github.com/diversen/drum-machine-javascript

Just clone this repo, and start a server inside it - og place it on a server.

Dev install

Install deps:

npm install

Watch and build:

You will need watchify sudo npm install -g watchify

watchify src/main.js -t --debug -o 'bundle.js'

Or (short form of above)

npm run watch

Licence

MIT © Dennis Iversen

Dependencies (11)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i drum-machine

    Weekly Downloads

    18

    Version

    3.0.2

    License

    MIT

    Unpacked Size

    679 kB

    Total Files

    18

    Last publish

    Collaborators

    • diversen