-
Hi, I'm building a MIDI-Controller to use with VoiceMeeter. I had it working with a Teensy 4.0 but had change the design to an Lolin S2 Mini due to reasons. I can upload with no problems (testet with blinking LED), but neither with a MIDI over USB nor a serial connection I can get any information of my faders. In the Serial Monitor of the ArduinoIde are only cryptic symbols when programed to Serial (testet multiple baud rates). Every PC I plug it in to it get's recognised as Lolin S2 Mini, but it should be called MIDI-Ghost, because I set it like that in the library. My code (for MIDI over USB) is just the example. Thanks for any help or input. yani66 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I've just enabled ESP32-S2 support in b12db8c.
This is the expected behavior: MIDI data is not text, it's not readable using the serial monitor. If you want to print the MIDI messages in a readable format, use one of the "debug" MIDI interfaces from https://tttapa.github.io/Control-Surface/Doxygen/dc/df0/group__MIDIInterfaces.html.
Where did you set this? |
Beta Was this translation helpful? Give feedback.
Are you using the latest pre-release version of the esp32-arduino core?
If you're using Windows, #1004 might be useful.