You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: