Open marchingband opened 2 years ago
Could you edit the library to include the PluggableUSB.h as you showed?
Also check out the sam
branch - https://github.com/BlokasLabs/USBMIDI/tree/sam
I haven't personally run the code on a SAM based Arduino, but if the PluggableUSB are compatible with AVR one, it might just work.
Ahhhh yes my bad, 3 years later I tried to reproduce the build, and forgot there was a SAM branch. Thank you!
Does the SAM branch work fine for you?
I'm away on vacay now, but I'll try it in a few weeks. It def worked a few years ago.
I am getting an error that I cannot resolve.
on line 13 your code is
other libs like MIDIUSB do something like
I am using Seeed XIAO SAMD, but I get the same compiler error using any SAMD board, Arduino Zero, Adafruit, or Seeed Studio. I have v1.1.6 of USBMIDI, and version 1.8.19 of Arduino IDE.