This is a simple drum sequencer application, builded on create-react-app
and using ToneJS
to play music
With this app you can:
- create your own beats with kick, snare and hihat drums
- turn playback on/off and change tempo with transport section
- take controll of each channel with mixer, wich includes volume faders
- use mute/solo buttons to isolate channels from playback
- be the coolest boy/girl in the whole world
First, you need preinstalled NodeJS and Git on your computer. Then you need to execute commands down below:
git clone https://github.com/fetidbell/drums-pumps.git
cd ./drums-pumps
npm install
npm start
Navigate to http://localhost:3000/ in the browser - app will be ready to use!