Minimum Viable Drum (Using Arduino)
This project proposes to be a simple drum midi controller using arduino. The idea is keep it simple, create your own simple and cheap box that solves your problem. for now, we will not provide electronic part documentation, it's easy to deduct reading the Arduino Documentation. for midi USB, buy a cheap Chinese Midi USB cable, it's easy e cheap. download this library (https://github.com/alextaujenis/RBD_Button) and put into arduino libraries folder
Este projeto se propõe a ser um controlador midi simples usando arduino. A ideia é mante-lo simples, crie sua caixinha simples e barata que resolve seu problema. Por enquanto, não disponibilizaremos documentação da parte eletrônica, é fácil de deduzir lendo a documentação do Arduino para midi USB, compre um cabo chinês baratinho, é fácil e barato. baixe essa biblioteca (https://github.com/alextaujenis/RBD_Button) e coloque na pasta de bibliotecas do arduino.
- For Arduinos with 8 analog inputs
- Setup A - HiHat using a switch
- Setup B - HiHat using a switch or an analog input for half HiHat (in development)
- For Arduinos with 16 analog inputs
- Setup C - HiHat using a switch
- Setup D - HiHat using a switch or an analog input for half HiHat (in development)
- Press up button for 2 seconds (to enter/exit of Learn Mode)
- Play Properly pad/cymbal to select the sensor
- Use up/down buttons and the next/previous notes will be played and selected
- Press up and down button simutaneously for 2 seconds to store selected notes.