add pipewire-jack to pipewire options, hopefully fixing ardour as pipewire-pulse does not seem to work
This commit is contained in:
parent
bd06a9855d
commit
dba46ad8c4
1 changed files with 5 additions and 5 deletions
|
@ -90,16 +90,16 @@
|
|||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
pulse.enable = true; # ardour does not seem to be a fan of this
|
||||
jack.enable = true;
|
||||
wireplumber = {
|
||||
enable = true;
|
||||
extraConfig.enableMIDI = {
|
||||
"node.features.audio.control-port" = true; # This is needed for ardour to recognise MIDI keyboards
|
||||
"wireplumber.settings" = {
|
||||
node.features.audio.control-port = true; # This is needed for ardour to recognise my USB MIDI keyboard
|
||||
};
|
||||
}; # This is JSON
|
||||
};
|
||||
# If you want to use JACK applications, uncomment this
|
||||
#jack.enable = true;
|
||||
|
||||
# use the example session manager (no others are packaged yet so this is enabled by default,
|
||||
# no need to redefine it in your config for now)
|
||||
#media-session.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue