Arduino SysEx programmable MIDI Controller inspired by Crius Octapot Midi Controller. This MIDI controller uses an ATmega32u4 microcontroller in order to use MIDI USB.
This version has:
- 8 Knobs
- 4 Push buttons
To get the simple version with only 8 Knobs, go to the main branch.
- Open midi-octopot/midi-octopot.ino
- Sketch menu
- Card type:
Arduino Micro - Port:
/dev/ttyACM0 - Upload
- Card type:
sudo apt install arduino-mk
cd midi-octopot
make
make uploadsudo apt install python3-rtmidi
cd octopot-config-app
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
# Launch using Jack
./octopot-config-app.py
# Launch using Alsa
./octopot-config-app.py -a


