atsushieno / managed-midi

[Past project] Cross-platform MIDI processing library for mono and .NET (ALSA, CoreMIDI, Android, WinMM and UWP).
MIT License
194 stars 26 forks source link

CreateVirtualInputSender and CreateVirtualOutputReceiver for CoreMIDI #33

Open atsushieno opened 5 years ago

atsushieno commented 5 years ago

Those new extension features are implemented only with ALSA so far.

atsushieno commented 5 years ago

ongoing work https://github.com/atsushieno/managed-midi/commit/fccdd250f0d6e292042ce23cd38d62ebe96a35f6

atsushieno commented 5 years ago

I tried this with Xamarin.Mac and it just worked, so the issue is due to CoreMidiInterop (non-xammac, own implementation).