add wireplumber and a config option to enable my MIDI keyboard to communicate with ardour

This commit is contained in:
Gabriella Bere 2024-09-03 01:31:18 +01:00
parent 332b3dcdc2
commit bd06a9855d

View file

@ -91,6 +91,12 @@
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
wireplumber = {
enable = true;
extraConfig.enableMIDI = {
"node.features.audio.control-port" = true; # This is needed for ardour to recognise MIDI keyboards
}; # This is JSON
};
# If you want to use JACK applications, uncomment this
#jack.enable = true;
@ -98,6 +104,7 @@
# no need to redefine it in your config for now)
#media-session.enable = true;
};
# pam.services = [
# { name = "gnome_keyring"
# text = ''