arduino_midi_library
arduino_midi_library copied to clipboard
MIDI for Arduino
Hello and thanks so much for this library. The MidiUSB library has no documentation on how to handle system exclusive messages so this is why I'm trying to use this...
I'm facing a bug with using both NRPN and RPN at the same time. Because both NRPN and RPN rely on the same midi CCs for their value in the...
I am currently working on some mtc stuff. Maybe a void sendMTCFullFrameMessage(fps,hh,mm,ss,ff) could be added ? I know it is basically a normal sysex message, but it would be a...
I had difficulty creating a new class that will listen to MIDI callbacks as C++ doesn't support casting class instance method function pointers to (void*) function pointers . I propose...
Hi, I'm using FastLED and MIDI libraries to make a LED visualizer for my piano. Problem is, when I play too many notes or I slowly press the sustain pedal...
Not suggesting you use this exact commit because frankly, this was a quick fix for my own situation. But perhaps this will get some discussion going over how to accommodate...
I'm noticing some strange behaviour where when I request a certain AxeFX2 sysEx msg (ie 0x0E - MIDI_GET_PRESET_EFFECT_BLOCKS_AND_CC_AND_BYPASS_STATE ) that the very first call upon reboot does not return the...
Large static arrays need to be stored in RAM, at least temporarily, before being passed to `sendSysEx`. Those could be declared as `PROGMEM` to be saved in Program Space, and...
## Context Please answer a few questions to help us understand your problem better and guide you to a solution: - What board are you using ? - `Arduino Nano...
"MIDI Tick" (Status byte 0xF9) is not part of the MIDI 1.0 Specification and is not conformant. Status byte 0xF9 is reserved. I am interested in hearing the history of...