1.0.0 • Published 8 years ago

drummer v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

drummer

Drum synth

Combining stuff from the super awesome Synthesising Drum Sounds with the Web Audio API and Synthesizing Hi-Hats with Web Audio to give you a little drum module.

Install

npm i drummer

Use

const drummer = require('..')()
const kick = drummer.kick
const snare = drummer.snare
const hihat = drummer.hihat

kick.hit(0)
hihat.hit(0)
hihat.hit(0.25)

kick.hit(0.5)
snare.hit(0.5)
hihat.hit(0.5)
1.0.0

8 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago