Hey all!
In my app I'm sending an array of midi events trough the PostMIDI event call in Unity C#. Is there a way to register a callback to receive midi note events from PostMidi call getting around the RegisterGlobalCallback, which is unavailable due to restrictions in Unity plugin?
Any help is appreciated. Thanks!