Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/offa/midi-footswitch

An Aruduino based USB MIDI Controller.
https://github.com/offa/midi-footswitch

arduino arduino-midi arduino-midiusb midi midi-controller platformio usb

Last synced: about 1 month ago
JSON representation

An Aruduino based USB MIDI Controller.

Awesome Lists containing this project

README

        

# MIDI Footswitch

[![CI](https://github.com/offa/midi-footswitch/workflows/ci/badge.svg)](https://github.com/offa/midi-footswitch/actions)
[![GitHub release](https://img.shields.io/github/release/offa/midi-footswitch.svg)](https://github.com/offa/midi-footswitch/releases)
[![License](https://img.shields.io/badge/license-GPLv3-yellow.svg)](LICENSE)
![C++](https://img.shields.io/badge/c++-17-green.svg)

An *Aruduino Micro* based USB MIDI Controller.

### Libraries

- [MIDIUSB](https://github.com/arduino-libraries/MIDIUSB)
- [EasyButton](https://github.com/evert-arias/EasyButton)

# License

**GNU General Public License (GPL)**

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .