Beat_Box is an autogenerated fun drums looper/sequencer built with React & Webaudio api. You can customize the sequence of beats & form any kind of looper from a variety of sounds.
Checkout this repo & try the beat_box. You'll need node
and npm
installed. Clone the repo, and run the following from the project root:
> git clone https://github.com/kukiron/beat_box.git
> npm install
> npm run dev:client
Then head towards localhost:8080
to run the app in browser.
ENJOY!