-
Notifications
You must be signed in to change notification settings - Fork 11
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
PluggableUSB.h #17
Comments
What is your hardware? |
Seeed XIAO SAMD21 |
I believe |
No, I get the same error compiling usbMidiLoopback. Infact in the examples drop-down, USBMIDI examples are placed in the INCOMPATIBLE sub-menu. |
That explains the error, board not compatible :-( |
Does it come with its own usb lib? |
It's strange, because I have been compiling the same program for over a year, with no errors, it only appeared recently. I updated your library, got the error, went back to the old version I was using before (v1.0.1), but still get the error now. |
Would you be interested in supporting the XIAO? It's one of the only ways to get a SAMD21 with the chip shortage. |
I installed Adafruit SAMD boards, and selected trinket_m0. I get the same error, and USBMIDI is still listed as INCOMPATIBLE. |
I also get the error when using Arduino zero.
|
you code does
other libs do something like
|
Not here (using Arduino SAMD Boards) and Arduino IDE 1.8.19.
Not this lib directly, the underlying MIDIUSB.h lib does - and it does make the difference between AVR and SAM code. See here: |
That's strange because MIDIUSB does compile for me. For XIAO and other boards. If your library is built on top of that, I am very confused indeed. I have 3 machines with fresh installs of Arduino and these libs, all report the error. 2 are OSX one is PC. Do you have any tips how I could proceed? I use your lib in an open source project that has a few users. One user reported the problem, and after updating I have it as well. |
I realize before you asked me to compile the MIDIUSB examples. I misread that as USBMIDI. MIDIUSB is compatible, USBMIDI is not. |
OMG I have the wrong repo I am so so so sorry, I thought this was for |
I am getting an error that I cannot resolve.
I see other posts online about this issue, but nothing that has helped me, are you able to offer some clarity or a fix or workaround?
Thank you!
The text was updated successfully, but these errors were encountered: