Skip to content

diversen/drum-machine-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple drum machine written in javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages