Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# ESP32 MIDI
ESP32 MIDI client and chord recognizer

This 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 Image

Alternatively define `UPLOAD_FONT` when building the image (uncomment following line in `platformio.ini`)
```
; -DUPLOAD_FONT
```