Arduino-AppleMIDI-Library
Arduino-AppleMIDI-Library copied to clipboard
Unable to install on M1 apple silicon computer
Upon trying to install this library in PlatformIO, the library won't install, coming with this error: Library Manager: Installing lathoub/Arduino-AppleMIDI-Library @ ^3.2.0 UnknownPackageError: Could not find the package with 'lathoub/Arduino-AppleMIDI-Library @ ^3.2.0' requirements for your system 'darwin_arm64'
It seems like it could be same issue as: https://github.com/earlephilhower/arduino-pico/issues/661
Not sure if this issue related to PlatformIO (on Apple M1) or to your related issue on the Pico.
It might be that the this current version of this library (3.3.0) depends on an upcoming new release of the underlying MIDI library.
any comments back @samspencer5991 ?
After running into this issue I paused plans for integrating the library into a current project. I'll double check when I get a chance to see if there are outstanding build issues.