a tiny lil’ 8-step drum machine
- go here
- click play
- hear beats
- hear more beats
- click stop when (if?) you’ve finished
take it further (in real time!)
- click a new preset to change the pattern
- update or increment the bpm to make the steps play faster or slower
- click a square to turn on or off a beat – it autosaves your new pattern to the current preset
- make sure you have Node & a package manager (I used yarn for Drumm)
git clone https://github.com/larawarman/drumm.git
cd drumm
yarn
yarn start