From bd06a9855df82706555e0d643870e1c40d7b6a91 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Tue, 3 Sep 2024 01:31:18 +0100 Subject: [PATCH] add wireplumber and a config option to enable my MIDI keyboard to communicate with ardour --- hosts/gabbielaptop/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 097b489..1b44bd3 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -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 = ''