-
Notifications
You must be signed in to change notification settings - Fork 823
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
Supporting MIDI input #7107
Comments
Really #237 |
If your goal is sound / MIDI in WSL, I believe PulseAudio now works, which means consumer grade audio like media players can probably be made to work. But I'd be surprised if "pro" audio would work; there is probably an extra latency that's unavoidable with the |
has there been any updates on whether wslg will have support for /dev/snd? |
bump |
1 similar comment
bump |
I'm running into this issue as well. a device simulator I'm working with needs /dev/snd/seq for midi sequencing. |
bump |
I need the same thing to communicate with MIDI controllers |
I've been recommending users of the Hatari emulator [1] to switch to Linux when they want to use MIDI. It would be great if I could recommend them to try / use Hatari under WSL instead! [1] One of the main professional use-cases for the Atari machines it emulates, was music production, using MIDI. |
Encountered similar issue, MIDI support would be great. |
also encountering issues. This means I need to hop out of wsl2 for all my midi live explorations and use powershell/native windows stuff. |
Yup, that's why I gave up on WSL and just switched to Linux, much better dev experience. |
Is your feature request related to a problem?
I'm developing a mixer that supports MIDI input, through the usage of PyGame. However, WSL 2 returns several errors, related to ALSA functioning and for the impossibility to handle MIDI devices.
Describe the solution you'd like
MIDI and sound support in WSL 2
Additional context
I previously described the issue here: #7098
The text was updated successfully, but these errors were encountered: