Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bweave/drum-sequencer

It's a drum machine kinda thing.
https://github.com/bweave/drum-sequencer

create-react-app drum-machine react web-audio-api web-worker

Last synced: 25 days ago
JSON representation

It's a drum machine kinda thing.

Awesome Lists containing this project

README

        

Drum Sequencer
----

Check out the Live Demo: https://bweave.github.io/drum-sequencer

### Usage

- Load up one of the preset example `Grooves` to get some inspiration
- Hit the `Play` button to begin playback.
- Clicking a note toggles it between 3 states: on, quiet (ghost note), and off.
- Change `Tempo` to adjust the tempo to your liking
- Change `Subdivision` to work with different "resolutions" of notes
- `Save` your creation to your local browser storage
- Load up `Grooves` you've saved
- `Share` a link to your creation with a friend

First time building anything of consequence with `create-react-app`. :smile: