ArthurVasseur / USB-Midi-Android-Plugin

A USB MIDI plugin for Android 6.0 and above
MIT License
9 stars 2 forks source link

Virtual Interapp MIDI #8

Closed owlandfox closed 1 year ago

owlandfox commented 1 year ago

Currently building an app in Unity for Oculus Quest and require virtual MIDI connection. In our scene we have a world space canvas webview that presents webpages with webmidi functionality. We wish to communicate with this webview via midi from 3D UI in Unity scene. Is this possible?

ArthurVasseur commented 1 year ago

Hello

The USB-Midi-Android-Plugin is not capable of creating a virtual device; it only forwards MIDI events from the USB to the C# functions.

owlandfox commented 1 year ago

OK Thanks for the reply.