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 year ago
JSON representation
An Aruduino based USB MIDI Controller.
- Host: GitHub
- URL: https://github.com/offa/midi-footswitch
- Owner: offa
- License: gpl-3.0
- Created: 2019-02-04T17:14:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T18:40:11.000Z (over 1 year ago)
- Last Synced: 2024-11-12T19:32:24.594Z (over 1 year ago)
- Topics: arduino, arduino-midi, arduino-midiusb, midi, midi-controller, platformio, usb
- Language: C++
- Homepage:
- Size: 122 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# MIDI Footswitch
[](https://github.com/offa/midi-footswitch/actions)
[](https://github.com/offa/midi-footswitch/releases)
[](LICENSE)

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 .