MIDIUSB icon indicating copy to clipboard operation
MIDIUSB copied to clipboard

A MIDI library over USB, based on PluggableUSB

Results 37 MIDIUSB issues
Sort by recently updated
recently updated
newest added
trafficstars

When the MIDI connection is not active on the PC-side, there's a 250 ms timeout that blocks the entire program every time you (try to) send MIDI messages. Is there...

help wanted

I am using Visual Studio Code 1.72.2 and PlatformIO 6.1.4. The board I am using is the Sparkfun ProMicro16 based on the 32u4. When compiling the example MIDIUSB_write.ino, I get...

type: imperfection
topic: code

Hi, I am experiencing an issue related to #46 and #40. When using the library and sending midi messages through USB, after around 40 seconds the function starts to have...

type: imperfection

I have built a MIDI controller based on a Samd21 (Adafruit qt-py bootloader). It enumerates correctly on MacOS and notes, CC and PC messages come through correctly. The board does...

type: imperfection

Hello, First thanks for the great work with this library. I really enjoy it. I just noticed that the library is not compatible with the arduino nano BLE. Do you...

type: enhancement
topic: code

Expand the documentation (which is probably in the wrong place, but that's a separate issue) Show datatypes, document additional functions, add more examples, add pointer to the larger MIDI library....

type: enhancement
topic: documentation

While receiving midi packets from a high-rate stream (such as from an expressive controller like a Continuum, Seaboard, Linnstrument, etc) I discovered that the low-level USB_Recv() call when asked to...

type: imperfection
topic: code

Thanks for your great job :). Can you provide a 432hz header files. I don't know how to do that. I found 432hz data translation. But i don't know how...

type: enhancement
topic: code

Board: Arduino Due OS: Windows 10 I'm learning how to use this library and I'm having trouble getting messages sent in quick succession to send reliably. It seems I need...

type: imperfection
topic: code

Running the MKR1000, I discovered with a debug statement in USBDeviceClass::ISRHandler() within USBCore.cpp, the handler is called continuously. Executing this statement after enumeration seems to solve the problem. USB->DEVICE.INTENCLR.reg =...

type: imperfection
topic: code