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

Initialize message.length on first packet (don't leave it at 0) and fix for 2 packet message sizes. I noticed that the end of message is already covered with setting message...

Perhaps I have missed something, but it looks like there is an issue with using message callback (midi::Message)? I'm trying to make a midi router (patchbay) on a Teensy 4...

bug

Staging PR for release 5.1.0, rebasing everything here and adding tests.

The real issue is the hardcoded one in _src/midi_Message.h_ when trying to edit the default "midi" namespace. IMHO, if we can use custom namespace, no midi:: namespace should be hardcoded,...

This allows to resend 1byte messages on other MIDI interfaces

The HTML docs generated by Doxygen have links to display code examples, but there's no examples shown -- only blankness is displayed. For instance: https://fortyseveneffects.github.io/arduino_midi_library/a00069.html HTML-wise, the "contents" div is...

bug

Hi I'm using both an ESP32 WROOM 32 and a ESP32-S3-DevKitC-1 for some MIDI projects with Arduino. The code I'm using is the one below and for both board I'm...

bug

## Context Please answer a few questions to help us understand your problem better and guide you to a solution: - What board are you using ? - `ESP32-S3-DevKitC-1 v1.1`...

bug

Would it be possible to port this lib to work with RPI Pico? That would be awesome. Would be cool if it could be used by the wiz-io baremetal env...

new feature

Hi, This was first posted in the BLE-midi repo [here](https://github.com/lathoub/Arduino-BLE-MIDI/issues/87). First thank you for this fantastic repo. I'm doing a "4 knobs" wireless controller using encoders and led ring. ![IMG_2851](https://github.com/FortySevenEffects/arduino_midi_library/assets/79313360/285fab1d-1c8c-46af-9e9e-42cf04975a34)...

bug