Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/offa/midi-footswitch
- Owner: offa
- License: gpl-3.0
- Created: 2019-02-04T17:14:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T18:40:11.000Z (about 2 months ago)
- Last Synced: 2024-11-12T19:32:24.594Z (about 2 months 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
[![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 .