Bart De Lathouwer
Bart De Lathouwer
> If you change this, the example compiles with errors? Yes, but after some re-arranging of the code I get it to compile: ```cpp #include #include //#include //#include //#include struct...
Hi @sanotronics Cable's are indeed the way to go. This lib using the underlying [MIDIUSB lib](https://github.com/arduino-libraries/MIDIUSB) for all USB heavylifting. Have you tried to get the M0 to work in...
Check out https://github.com/FortySevenEffects/arduino_midi_library/wiki/Using-custom-Settings for custom settings (This USB transport layer does not touch the SysEx length, this is set in the underlying lib)
Hi @levicole - thanks, looks good. Would you mind adding an example using the custom settings based on the [SysExReceive](https://github.com/lathoub/Arduino-USBMIDI/tree/master/examples/SysExReceive) example?
This issue will be resolved by #8
Glad you found the issue. Based on your finding, it went to look on [MIDIUSB](https://github.com/arduino-libraries/MIDIUSB/) (on which the library relies) and found a related issue: https://github.com/arduino-libraries/MIDIUSB/issues/44 that in its turn...
Thanks @0ba-pia for reporting. Can you provide the byte array(s) of the heartbeat SysEx
I'm unable to reproduce the error. I have 1 Leonardos sending 3 bytes SysEx every second (`0xF0, 0x54, 1, 24, 0xF7`), another one receiving the SysEx. I noticed in your...
I tried the scenario of disconnecting the connection a then re-establishing so. First I send (using MIDI-OX) a complete SysEx (`F0 54 01 18 F7`), then a partial SysEx (`F0...
@0ba-pia Have you looked at `ActiveSensing ` to see if the connection is alive?