I would like to make an Android application that sends MIDI messages via USB to a computer in order to be able to control music programs such as Cubase, FL, Reason, ect ...
Hardware MIDI controllers (such as keyboards) are automatically recognized in Windows music software. I guess, because they use a universal MIDI protocol that is directly recognized by the music software. They do not need their own driver.
I would like to be able to use my phone / tablet as a midi controller without having to install personnel on a computer (for example, using hardware controllers).
The Android developer has a demo code for controlling a toy with a rocket launcher via USB. If I send using the same method, will messages that follow the MIDI protocol work the same way?
Thank you in advance for your help.
source
share