A webbased mpc-style finger drumming machine.
I developed jsmpc as my final project during the neuefische web developer bootcamp in 2020. It helps you to train you finger drumming skills ony your mobile device or laptop / desktop.
You can play the apps sound pads by multitouch or by keyboard.
Click here the use the app's preview online.
This project was bootstrapped with Create React App.
Clone this repository to your local machine:
git clone git@github.com:arisslin/jsmpc.git
Make sure npm is installed on your local machine. Then switch into the repo and install the projects dependencies.
cd jsmpc
npm i
Make sure you are in the repos root folder.
npm start
You can see the app in your browser at http://localhost:3000.