arduino_midi_library icon indicating copy to clipboard operation
arduino_midi_library copied to clipboard

MIDI for Arduino

Results 64 arduino_midi_library issues
Sort by recently updated
recently updated
newest added

Has anyone successfully used this library with an ESP32 and Hairless Midi Serial Bridge (Windows)? I have a very simple program to test, but it seems to be sending no...

- MIDI_CREATE_CUSTOMSERIAL_INSTANCE: both overwritten serial and MIDI settings - MIDI_CREATE_SPECIAL_INSTANCE: overwritten serial settings (overwritten MIDI settings MACRO already exists)

Dear all, I'm using the following code for initialize my Midi over Usb Serial with custom boudrate according with this doumentation (https://github.com/FortySevenEffects/arduino_midi_library/wiki/Using-custom-Settings) to use Arduino Mega and Hairless MIDI. ```...

MIDI_CREATE_CUSTOM_INSTANCE is currently broken on the current version released to the library registry, and it is fixed on master. Please release a new version. See: https://github.com/FortySevenEffects/arduino_midi_library/commit/ff3052ceb437e2bbdf3ae483835f12175df060e2

new feature

Hi, Could you made example code of the CD4051 multiplexer with 8 faders? because i use v-usb on atmega328p-pu ( Usnoobie project ) chip to build midi controller Best regards,

new feature

**Is your feature request related to a problem? Please describe.** Connecting two boards directly with RX/TX pins and sending MIDI messages back and forth doesn't work. **Describe the solution you'd...

new feature

Hi, I hope this is the right place to post, as there doesn't seem to be any issue tickets in the USB-MIDI repository. I'm running the MIDI_DIN2USB.ino example script shown...

SysEx
USB-MIDI

Greetings! Thanks for the awesome library! I’ve used successfully on basic Uno boards signaling at 5v, but have encountered issues running a very basic MIDI out sample on an Arduino...

Hello, I've been using this library with Teensy 3.2. I'm using the default TX pin and it always worked ok with MIDI.begin() in the latest version now it is sending...