Arduino-USBMIDI icon indicating copy to clipboard operation
Arduino-USBMIDI copied to clipboard

Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer

Results 10 Arduino-USBMIDI issues
Sort by recently updated
recently updated
newest added

I installed the example code "AllEvents" on my Arduino Leonardo. Most time, I do not get the Midi-NoteOn-Message from this example on my USB-Port. I Checked it with midi-ox unter...

Hi! I am trying to make my device show 2 different USB-MIDI ports to the computer. Is this possible? I am trying like this: ``` USBMIDI_CREATE_DEFAULT_INSTANCE() USBMIDI_CREATE_INSTANCE(4, MIDIOUT) ``` and...

I 've been experimenting with this library along with the FortySevenEffects library. I was attempting to use an Arduino as a USB -> DIN midi interface so I could send...

Hello, first of all thank you very much for this great work! When I tried your “example\SysEx” on the Arduino Due platform, I found that the package was not complete....

So I have another unusual issue. I am again using an ATmega32U4. It is connected to a PC USB port and everything works as intended until I hibernate the computer....

Would it be possible to make this library work with the ESP32 S2 and S3? Both support native USB. Thanks

I am getting an error that I cannot resolve. ``` /Users/temporary/Documents/Arduino/libraries/USBMIDI/src/usbmidi_pluggableusb.cpp:13:10: fatal error: PluggableUSB.h: No such file or directory #include ``` I see other posts online about this issue, but...

Does this library support to be a USBMIDI, while a other library is functioning as a HID device at once over the same USB-port?

I did test example MIDI_DIN2USB from USB-MIDI library v1.12 with Arduino Pro Micro (Leonardo) Sending control change B0,07,7f from PC to Arduino USB MIDI. logging of the (modified) sketch printed...

The MIDI_DIN2USB example doesn't seem to work properly. Versions used: - USB-MIDI 1.1.2 - MIDI Library 5.0.2 - Arduino IDE 2.3.2 - Arduino Leonardo Setup (tested working using another library):...