maks / droid-synth

a revival of the music-synthesizer-for-android project
Apache License 2.0
23 stars 2 forks source link

Investigate using android midi API #3

Open maks opened 3 years ago

maks commented 3 years ago

Currently the app uses midi directly via Android USB API.

But there is now:

https://developer.android.com/reference/android/media/midi/package-summary

This will provide for using midi BLE as well as app interop, as well as allowing the app to work on ChromeOS.