add wireplumber and a config option to enable my MIDI keyboard to communicate with ardour
This commit is contained in:
parent
332b3dcdc2
commit
bd06a9855d
1 changed files with 7 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue