Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdaskalov/esp32-midi
ESP32 MIDI client and chord recognizer
https://github.com/mdaskalov/esp32-midi
Last synced: 13 days ago
JSON representation
ESP32 MIDI client and chord recognizer
- Host: GitHub
- URL: https://github.com/mdaskalov/esp32-midi
- Owner: mdaskalov
- Created: 2022-04-30T18:50:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T16:55:36.000Z (about 2 years ago)
- Last Synced: 2024-10-27T23:42:15.592Z (2 months ago)
- Language: C++
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32 MIDI
ESP32 MIDI client and chord recognizerThis sketch uses the [MusiQwik](https://www.fontspace.com/musiqwik-font-f3722) font to show the MIDI notes. The font file `font.vlw` should be in the SPIFFS partition.
To upload the font use following PlatformIO command:
```
pio run --target uploadfs --environment core2
```
In VS Code use: PlatformIO -> Project Tasks -> Upload Filesystem ImageAlternatively define `UPLOAD_FONT` when building the image (uncomment following line in `platformio.ini`)
```
; -DUPLOAD_FONT
```