Hi everyone. I've been making an Arduino MIDI controller as a lot of people already have done. The main difference in my one is that I require the data to be received by an Android phone. Using MIDI Scope on Android I can see the Arduino getting detected as an external device but no data MIDI is detected as input (seen below).
MIDI is being succesfully received on my Windows PC and I can play notes on my DAW with no issue. I am using an Arduino Micro and the MIDIUSB library for MIDI over USB transmission. I don't believe my code matters to this issue since I know it works on a Windows PC but if it is needed please let me know and I will post it. Thank you in advance!
Nevermind! I fixed it by using the USB-MIDI library instead of MIDIUSB. I don't know what differences they have but it worked!!! Thank you for your replies.