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

Supporting MIDI input #7107

Open
Balthus1989 opened this issue Jun 23, 2021 · 12 comments
Open

Supporting MIDI input #7107

Balthus1989 opened this issue Jun 23, 2021 · 12 comments
Labels

Comments

@Balthus1989
Copy link

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

@therealkenc
Copy link
Collaborator

Really #237

@znmeb
Copy link

znmeb commented Jun 24, 2021

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 emulation hypervisor layer. Can PyGame be compiled against PulseAudio?

@lokucrazy
Copy link

has there been any updates on whether wslg will have support for /dev/snd?

@g-l-i-t-c-h-o-r-s-e
Copy link

bump

1 similar comment
@thoys
Copy link

thoys commented Oct 21, 2022

bump

@planetarian
Copy link

I'm running into this issue as well. a device simulator I'm working with needs /dev/snd/seq for midi sequencing.

@Hri7566
Copy link

Hri7566 commented Jan 19, 2023

bump

@mikacousin
Copy link

I need the same thing to communicate with MIDI controllers

@eero-t
Copy link

eero-t commented Feb 23, 2023

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.

@7heMech
Copy link

7heMech commented Sep 12, 2023

Encountered similar issue, MIDI support would be great.

@fornof
Copy link

fornof commented Oct 20, 2024

also encountering issues. This means I need to hop out of wsl2 for all my midi live explorations and use powershell/native windows stuff.

@7heMech
Copy link

7heMech commented Oct 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests