-
Current codebase does not support a single USB Midi device to be plugged into Daisy's OTG host. It is the feature request to add support and integrate into the midi event handler.
Further improveme…
-
Hey,
I am the guy behind the RP2040 based USB MIDI host and I am going to release it soon.
My plan is to make the firmware open, and I was thinking for compatibility reasons and community friendly…
-
I've been trying to use Lolin Esp32 S2 Mini board as an USB Midi Host, and your example code ran flawlessly when I used the PC or an Android phone as Midi devices.
On the other hand, when I plugge…
-
I just want to put some notes here for further discussion, nothing set in stone.
- There's hopefully a 0.4 release of `usb-device` soon that removes the `control-buffer-256` feature in favour of pa…
-
Hi,
This library is perfect for my needs, but I'm finding it is losing MIDI messages. Has anyone else seen this?
To demonstrate the issue, I've create a lightly modified version of the `USBH_MIDI…
-
Hi Devs!
I've been encountering playback issues on multiple engines that use this library (namely GZDoom and Raze); every once in a while, when a problematic MIDI track loads, it'll start flooding…
m0rb updated
2 months ago
-
### Operating System
Linux
### Arduino IDE version
2.3.2
### Board
ESP32-S3 Dev Kit
### ArduinoCore version
3.0.2
### TinyUSB Library version
3.3.1
### Sketch as ATTACHED…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
Hi, i am trying to to get the [ESP32USBMIDI](https://github.com/esp32beans/ESP32USBMIDI/tree/main/examples/ESP32USBMIDI) example running.
But unfortunately, I can't find an example of how to config…
-
Wouldn't it be cool to be able to attach a USB MIDI controller (keyboard) directly to the Pico?
This code may be able to do it:
https://github.com/rppicomidi/midi2usbhost/tree/main/C-Code