Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Android MIDI framework (android.media.midi) #113

Open
arlomedia opened this issue Nov 9, 2022 · 1 comment
Open

support Android MIDI framework (android.media.midi) #113

arlomedia opened this issue Nov 9, 2022 · 1 comment
Labels
feature-request Default feature request tag for tracking

Comments

@arlomedia
Copy link

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

@arlomedia arlomedia added feature-request Default feature request tag for tracking triage-needed For issues raised to be triaged and prioritized by internal Microsoft teams labels Nov 9, 2022
@zadesai
Copy link

zadesai commented Nov 10, 2022

Hi, thank you for this feature request. Currently this isn't on our immediate roadmap, but we're always listening to the community!

@zadesai zadesai removed the triage-needed For issues raised to be triaged and prioritized by internal Microsoft teams label Nov 10, 2022
@zadesai zadesai added this to the Future Release milestone Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Default feature request tag for tracking
Projects
None yet
Development

No branches or pull requests

2 participants