kshoji / USB-MIDI-Driver

USB MIDI Driver for Android 3.1 or later

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find a onMidiInEvent

sinosoidal opened this issue · comments

Hi,

There are a lot of specific midi in events, but I would like a generic one such as onMidiIn(int status, int data1, int data2). I have central midi manager on my apps, and they are all cross platform. In desktop and windows, the midi in callback gives me status, data1 and data2.

Is there any general midiIn callback that I'm not seeing?

Thanks,

Regards,

Nuno