-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial Midi with custom BaudRate and Library version 5 #215
Comments
I cannot reproduce your error, your example code compiles fine on both Arduino IDE 1.8 and 2.0. |
Leonardo uses See also: arduino_midi_library/src/serialMIDI.h Lines 105 to 109 in d9149d1
and |
I have the same issue. Custom settings does not work at all. I tried the example above for Leonardo and still get the error: |
MIDI Library ver.5.0.2
|
When using the custom settings, make sure you use either a clone or copy from this repo, not a Release version (eg from the Arduino lib manager). A new release is upcoming |
Saw now while looking for a solution while compiling that acidbox project. Found a solution? |
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.
It works great with versione 4.3.1.
I upgrade the library to version 5.0.2 for use native HID with Leonardo. The Usb Midi Native version works relly well, but now if I try to compile the old code (for Usb Serial) with new library I had the following errors:
I'm using Arduino IDE 2.0.0 beta 5
Thanks a lot
Claudio
The text was updated successfully, but these errors were encountered: