Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HackerShackOfficial/midi-footswitch
MIDI footswitch for software instruments
https://github.com/HackerShackOfficial/midi-footswitch
Last synced: 12 days ago
JSON representation
MIDI footswitch for software instruments
- Host: GitHub
- URL: https://github.com/HackerShackOfficial/midi-footswitch
- Owner: HackerShackOfficial
- Created: 2020-06-04T03:09:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T03:18:54.000Z (over 4 years ago)
- Last Synced: 2024-08-01T19:35:09.692Z (3 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 14
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# midi-footswitch
MIDI footswitch for software instrumentsThis is an extremely simple script that shows how to configure buttons connected to a Teensy controller for a MIDI footswitch. The code has a lot of boilerplate that should be cleaned up with loops, but I kept it as-is for clarity.
## Setup Instructions
1. Download teensyarduino (installer)[https://www.pjrc.com/teensy/td_download.html]
2. Plug in your device
3. When using Arduino, be sure to select Teensy in the `Tools` > `Boards menu (Teensy 4.0)`
4. You must select`MIDI` from the `Tools` > `USB Type` menu
5. Select the correct port (you should see "Teensy" in the port name)
6. Upload the script