fivefishstudios / esp32_usb_midi

ESP32 USB MIDI add-on for arduino synthesizer projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp32_usb_midi

ESP32 USB MIDI add-on for arduino synthesizer projects

This project has the purpose to combine different MIDI interfaces, especially USB-MIDI You can forward MIDI from USB to DIN for example. Also the ADC readings can be used to generate control messages (for DIY MIDI controller)


The project has been tested on

  • ESP32 DEVKIT - DOIT (actually only supporting esp32\1.0.4 library)

ESP32 DEVKIT - DOIT

To compile set the board to: DOIT ESP32 DEVKIT V1 Ensure that "#define ESP32_AUDIO_KIT" has been removed from config.h

MIDI via USB

MIDI can be received via USB activating the MACRO "MIDI_VIA_USB_ENABLED" in config.h.

Default PIN Mapping is:

  • CS: IO5
  • INT: IO17 (not used)
  • SCK: IO18
  • MISO: IO19
  • MOSI: IO23

MIDI USB Mapping

A MIDI USB mapping can be setup in z_config.ino This allows to forward incoming messages to different outputs or an internal application running on the ESP32.

Using an ADC multiplexer

Connection of the ADC multiplexer:

About

ESP32 USB MIDI add-on for arduino synthesizer projects

License:GNU General Public License v3.0


Languages

Language:C++ 91.3%Language:C 8.7%