add pipewire-jack to pipewire options, hopefully fixing ardour as pipewire-pulse does not seem to work

This commit is contained in:
Gabriella Bere 2024-09-03 22:01:01 +01:00
parent bd06a9855d
commit dba46ad8c4

View file

@ -90,16 +90,16 @@
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true; # ardour does not seem to be a fan of this
jack.enable = true;
wireplumber = { wireplumber = {
enable = true; enable = true;
extraConfig.enableMIDI = { 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 }; # 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, # 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) # no need to redefine it in your config for now)
#media-session.enable = true; #media-session.enable = true;