-
Notifications
You must be signed in to change notification settings - Fork 26
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
sound sequencer is missing inside fexbash #21
Comments
That |
built it from main branch 1h ago :) |
but according to pull desc, |
Perhaps you don't have the |
yep, installed it, same error like before about snd/seq
|
Looks like, within the FEXBash context |
@slp Oh yeah, it's actually necessary to remove pipewire in the FEX RootFS now. EDIT: Updated my guide. @kocou-yTko Do let us know if it works now. |
@teohhanhui seems not but i'll try from the scratch a bit later because i'm not sure my previous tries before posting reddit doesn't affect anything |
@teohhanhui yep, same. removed asahi-krun container, rootfs, etc and started from zero - now /dev/snd has the timer only, seq is missing, pcm devices missing too in FEXBash (pcms were present when issue was started) |
@slp we need to enable CONFIG_SND_SEQ_DEVICE and CONFIG_SND_SEQUENCER if we want However, note that MIDI passthrough is not supported anyway, so don't expect to be able to use your MIDI devices in the VM right now. |
I'm fine enabling it in libkrunfw.
Now I'm a bit lost. Do we gain anything by enabling SEQ? |
You could use the loopback device along with a software synth in the VM to enable legacy MIDI playback, or in general have MIDI apps talking to each other within the VM (and potentially some day have a software passthrough just like we're planning for HID). You just won't get physical MIDI devices directly in the VM. In particular the softsynth approach (e.g. with timidity) I think is necessary to properly run really old Windows games that have MIDI music under wine, though I haven't looked into that in a long time. |
Followed this guide and managed to install ableton live
After successful install I'm trying to run ableton, splash screen shows, init starts and then it fails due to error:
I see that if I run
aplaymidi -l
inside vm I getBut if I run it inside FEXBash I get same error when ableton fails
The text was updated successfully, but these errors were encountered: