!XrtRvzcHOrHtSKARne:nixos.org

NixOS Audio

119 Members
25 Servers

Load older messages


SenderMessageTime
13 Jun 2023
@gdesforges:matrix.orgGuillaume Desforges
In reply to @evils:nixos.dev
any advice for someone interested in trying Ardour?
If you have experience with DAWs you should be fine, but this YT channel has helped me a lot
https://m.youtube.com/@unfa00
13:21:00
@evils:nixos.devevilsaudacity is the closest to DAW experience i've got13:21:24
@gdesforges:matrix.orgGuillaume DesforgesIn NixOS I activated pipewire with JACK and it works amazingly well with my focusrite 2i213:21:37
@gdesforges:matrix.orgGuillaume DesforgesWhen starting a session in ardour pick the JACK audio system13:22:06
@evils:nixos.devevils
In reply to @gdesforges:matrix.org
If you have experience with DAWs you should be fine, but this YT channel has helped me a lot
https://m.youtube.com/@unfa00
i think i saw that before, but was looking for something about ardour7
are you saying ardour7 is close enough to ardour6?
13:23:03
@gdesforges:matrix.orgGuillaume DesforgesThen watch this https://youtu.be/bfTAKv4htDE13:23:07
@Minijackson:matrix.orgMinijackson
In reply to @evils:nixos.dev
i think i saw that before, but was looking for something about ardour7
are you saying ardour7 is close enough to ardour6?
yes, I think most of the features covered in unfa's tutorial are going to be the same whether it be Ardour 6 or 7
15:29:55
@Minijackson:matrix.orgMinijackson
In reply to @gdesforges:matrix.org
In NixOS I activated pipewire with JACK and it works amazingly well with my focusrite 2i2
yes, I've been very pleasantly surprised of the quality of PipeWire's JACK implementation
15:30:30
@Minijackson:matrix.orgMinijacksonI just had an issue when exporting Ardour session (should be fixed now), and I got issues with Carla in multi-client mode, but not completely sure if this comes from PipeWire15:31:11
@Minijackson:matrix.orgMinijackson even better than with the JACK daemon, now my "normal" PulseAudio apps can be routed using a JACK client \o/ 15:31:45
@Minijackson:matrix.orgMinijacksonI can add reverb to my microphone using a JACK LV2 plugin, and use that as an input for a Jitsi video call x)15:32:24
@gdesforges:matrix.orgGuillaume DesforgesYeah piping my DAW output to discord and such will be much easier than on Windows haha16:57:17
@tamtaram:chat.heizhaus.org@tamtaram:chat.heizhaus.org joined the room.17:00:52
@tamtaram:chat.heizhaus.org@tamtaram:chat.heizhaus.org

hey there. im a nixos newbie and had some questions regarding audio + daw setup.

  • i use pipewire-jack and ardour but found that i had to use the gui app pipecontrol to force the correct samplerate for a given project (i have to manually match that). is there a better way of doing this?
  • by default pipewire defaults to an acceptable powerefficient resampling profile. but i want to change that to be higher quality in the pipewire config. what is a good way to set my own config in a nixos configuration?
17:04:16
@federicodschonborn:matrix.orgFederico Schonborn changed their profile picture.20:55:59
@tamtaram:chat.heizhaus.org@tamtaram:chat.heizhaus.orghmm. this one must be a common issue tho: i installed some lv2 plugins by adding them as user packages to my nixos config but ardour cannot find them. they are all part of the same pkg definition21:13:45
@tamtaram:chat.heizhaus.org@tamtaram:chat.heizhaus.orgwhat should i do different?21:14:01
@rampoina:matrix.orgRampoinaI don't remember having to do anything in ardour regarding sample rate, why do you have to change it system wide ?21:14:58
@gdesforges:matrix.orgGuillaume DesforgesFor plugins, I think ardour finds plugins as per LV2_PATH or smth21:15:12
@rampoina:matrix.orgRampoinayou can re-scan from ardour as well21:15:47
@tamtaram:chat.heizhaus.org@tamtaram:chat.heizhaus.org
In reply to @rampoina:matrix.org
I don't remember having to do anything in ardour regarding sample rate, why do you have to change it system wide ?
an ardour project is set at its creation. and that depends on your audio interface's sample rate.
21:15:50
@tamtaram:chat.heizhaus.org@tamtaram:chat.heizhaus.org
In reply to @gdesforges:matrix.org
For plugins, I think ardour finds plugins as per LV2_PATH or smth
if thats supposed to be an env, then i dont have it set
21:16:47
@gdesforges:matrix.orgGuillaume DesforgesIn my case I set this env in my NixOS config to directly get LV2 plugins yeah21:18:06
@gdesforges:matrix.orgGuillaume Desforges Though you probably can add plugins another way? How do you do that Rampoina 21:18:29
@tamtaram:chat.heizhaus.org@tamtaram:chat.heizhaus.org
In reply to @gdesforges:matrix.org
In my case I set this env in my NixOS config to directly get LV2 plugins yeah
so you dont install plugins as a package?
21:19:07
@rampoina:matrix.orgRampoinaI rescan every time because I didn't care to find how to make it permanent lol21:20:33
@rampoina:matrix.orgRampoinasomewhere inside the preferences there's plugins and you can re-scan and it finds the plugins21:21:23
@rampoina:matrix.orgRampoinaotherwise it doesn't find anything21:21:33
@tamtaram:chat.heizhaus.org@tamtaram:chat.heizhaus.org

so just to clarify what i did:

  users.users.user = {
    isNormalUser = true;
    extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
    packages = with pkgs; [
      # daw
      ardour
      pipecontrol
      helvum
      libsamplerate
      lsp-plugins
      x42-plugins
      carla
      tunefish
    ];
  };

this is in my NixOS config. I rebuild my config. I opened Ardour and there were only the default plugins.

21:22:07
@rampoina:matrix.orgRampoina Plugin Manager (Window > Plugin Manager) 21:23:50

Show newer messages


Back to Room ListRoom Version: 9