arduino-libraries / MIDIUSB

A MIDI library over USB, based on PluggableUSB
GNU Lesser General Public License v2.1
495 stars 89 forks source link

Feature Request: Support for Nano RP2040? #73

Open grendelos opened 3 years ago

grendelos commented 3 years ago

I was quite excited when I received my Nano RP2040 this week and the first thing I tried to do was test my current MIDI sketch based on your library, but found that it didn't work. Are there any plans to make your library compatible with the Nano RP2040? I am not a high-level coder, so unfortunately I can not help with your code, but I can certainly test things and buy you a few coffees or a few beers. Thanks for considering.

facchinm commented 3 years ago

Hi @grendelos , this library is not explicitly compatible with the new mbed based core but there's some work in progress on a similar library here https://github.com/tttapa/Arduino-mbed-PluggableUSBMIDI-experiment . Anyway, the long term idea is to fix the compatibility for this one too :wink: