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

This library currently only supports these architectures: avr, sam, samd Is there any plan to support the newer STM32 boards like the Portenta boards or Arduino GIGA? I recently bought...

type: enhancement
topic: code

I wrote a code based on the examples to read three ADC inputs and transmit MIDI messages to the PC. I'm using a custom Leonardo board. Here my code: ```...

type: imperfection

When using this library and connecting it to an Android phone, no MIDI data is detected. Using another USB/MIDI library like ([Arduino-USB-MIDI](https://github.com/lathoub/Arduino-USBMIDI)) the data is detected on the phone no...

type: imperfection
topic: code

Is there a way to receive clock F8 and correlated messages through interrupt instead of polling? I think it would increase precision and save processing.

type: enhancement
topic: code

im using arduino pro micro with keyboards and usb to pretend as its a midi device. Once or twice every 1 hour a different key is sticking, i just have...

type: imperfection

Hi, on https://docs.arduino.cc/libraries/midiusb/#Compatibility, the "Arduino Nano Every" is listed as compatible with this library, but when trying to compile a project , the Arduino IDE produces the error "Arduino\libraries\MIDIUSB\src/MIDIUSB.h:18:2: error:...

I want to use this library for a project that requires numerous I/O pins, so the GIGA is my best option. Additionally, the added bonus of using USB-C is a...

type: enhancement
topic: code