Hi, I'm new to the Arduino community. I got an Arduino Due because I had a project idea. My idea is to take midi signals from a piano keyboard, then use the Arduino to convert those signals into different computer keyboard presses (ctrl, esc, 'a'...). I've been playing around with the Due and have easily emulated keyboard presses, but I've been having trouble getting MIDI input.
My initial idea was to connect my piano through a usb cable to the programming port of the due, read the midi signals, then use the native port to send keystrokes to my computer. Is this approach possible? I have tried different MIDI-USB libraries and haven't been able to get them work. I also can't see any serial information coming from my piano either.
If my approach is not possible, what is a good approach to this problem? Is connecting to an actual midi port the only way? Or should I not even be using the due for this, and instead be using something else, like the Leonardo?
Any tips/advice would be really helpful. Thanks :).