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
Is your feature request related to a problem? Please describe
Many of my app users use MIDI to control musical instruments, effects or lighting systems on stage. This doesn't appear to be possible in WSA currently: context.packageManager.hasSystemFeature(PackageManager.FEATURE_MIDI) returns false.
Describe the solution you'd like
Supporting this framework would be great. However, this would also require supporting Bluetooth and/or USB to connect to other devices. That's already requested by issue 103 (#103).
Describe alternatives you've considered
My apps have a third-party MIDI library that can use USB or wi-fi (RTP-MIDI). This is not as reliable as the native Android MIDI framework, and I expect most other developers won't have this option.
Using that library would still require USB (issue 103) and/or local networking (issue 112) support.
Please specify the version of Windows Subsystem for Android
2209.40000.26.0
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Many of my app users use MIDI to control musical instruments, effects or lighting systems on stage. This doesn't appear to be possible in WSA currently:
context.packageManager.hasSystemFeature(PackageManager.FEATURE_MIDI)
returns false.Describe the solution you'd like
Supporting this framework would be great. However, this would also require supporting Bluetooth and/or USB to connect to other devices. That's already requested by issue 103 (#103).
Describe alternatives you've considered
My apps have a third-party MIDI library that can use USB or wi-fi (RTP-MIDI). This is not as reliable as the native Android MIDI framework, and I expect most other developers won't have this option.
Using that library would still require USB (issue 103) and/or local networking (issue 112) support.
Please specify the version of Windows Subsystem for Android
2209.40000.26.0
The text was updated successfully, but these errors were encountered: