A simple midi controller with bank selector, thought to be used as a MIDI foot controller for looper applications such as mobius.
- Build your controller
- Modify ArduinoMidiFootController.uno to match your controller buttons and banl selector switches.
- Upload to arduino.
- Use Hairless midi to convert Serial messages to MIDI
- Use MidiLoop to route midi to other applications.
- Hairless MIDI - Needed to convert Serial messages to MIDI
- Loop MIDI - This software can be used to create virtual loopback MIDI-ports to interconnect applications on Windows that want to open hardware-MIDI-ports for communication.
This is a simple 5 button 4 banks controller.
Feel free to contribute to the project, the only requirement is to have light comments.
- ** Alexis Boni ** - Initial work - rodobodolfo
This project is licensed under the MIT License - see the LICENSE.md file for details