https://github.com/diversen/drum-machine-javascript
A simple drum machine written in javascript
https://github.com/diversen/drum-machine-javascript
drum-machine sequencer
Last synced: 6 months ago
JSON representation
A simple drum machine written in javascript
- Host: GitHub
- URL: https://github.com/diversen/drum-machine-javascript
- Owner: diversen
- Created: 2017-08-20T12:33:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T18:44:57.000Z (over 5 years ago)
- Last Synced: 2024-11-16T05:41:40.246Z (7 months ago)
- Topics: drum-machine, sequencer
- Language: JavaScript
- Size: 977 KB
- Stars: 15
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/diversen)