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

I've got it working on a windows PC, but doesn't seem to work on iOS for me (iphone via usb to lightning adapter). Would you expect this to work on...

type: imperfection
status: waiting for information

I was quite excited when I received my Nano RP2040 this week and the first thing I tried to do was test my current MIDI sketch based on your library,...

type: enhancement
topic: code

I just discovered that sometimes, sending a midiusb packet take more than 250ms. Typically this happen when the Arduino is connected to the computer, but no app to get the...

The class compliant USB MIDI spec allows for 16 separate MIDI "virtual cables" (their terminology). This library appears to hardcode all transmissions to a single port.

type: enhancement
topic: code

Add attachInterrupt method to MIDIUSB.h so that sketch can define a callback function. Example sketch included.

type: enhancement
topic: code

There are no constants defined for the USB message types. Like https://github.com/FortySevenEffects/arduino_midi_library/blob/master/src/midi_Defs.h#L94

Is there any way to determine wether a computer is connected and using the device? I would like to change operation based on wether the arduino is acting as a...

type: enhancement

uController=Arduino Due LIbrary=MIDIUSB I wish to receive Sysex and Sysex Raw MIDI messages using a Due. However I suspect that this is not possible as the read() function seems only...

I'm working on a project that requires me to send a different length of MIDI message than the standard 4-byte note on/off, and program/control change messages. It seems like this...

I'm trying to build and Arduino based MIDI controller , using the code provided below that i found on another thread here on GitHub ! After flashing , device is...