NixOS Audio | 118 Members | |
| 27 Servers |
| Sender | Message | Time |
|---|---|---|
| 13 Jun 2023 | ||
| slightly unrelated i've added an effect in easyeffects, it crashed, and now no longer starts (killed, returns 137) i've not found the local config for that, so it seems like i can't undo adding the effect and maybe related, audacity takes forever to start, but starts in a pure nix-shell | 13:19:40 | |
In reply to @evils:nixos.devIf 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 | |
| audacity is the closest to DAW experience i've got | 13:21:24 | |
| In NixOS I activated pipewire with JACK and it works amazingly well with my focusrite 2i2 | 13:21:37 | |
| When starting a session in ardour pick the JACK audio system | 13:22:06 | |
In reply to @gdesforges:matrix.orgi think i saw that before, but was looking for something about ardour7 are you saying ardour7 is close enough to ardour6? | 13:23:03 | |
| Then watch this https://youtu.be/bfTAKv4htDE | 13:23:07 | |
In reply to @evils:nixos.devyes, 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 | |
In reply to @gdesforges:matrix.orgyes, I've been very pleasantly surprised of the quality of PipeWire's JACK implementation | 15:30:30 | |
| I 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 PipeWire | 15:31:11 | |
| even better than with the JACK daemon, now my "normal" PulseAudio apps can be routed using a JACK client \o/ | 15:31:45 | |
| I 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 | |
| Yeah piping my DAW output to discord and such will be much easier than on Windows haha | 16:57:17 | |
| 17:00:52 | ||
| hey there. im a nixos newbie and had some questions regarding audio + daw setup.
| 17:04:16 | |
| 20:55:59 | ||
| hmm. 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 definition | 21:13:45 | |
| what should i do different? | 21:14:01 | |
| I don't remember having to do anything in ardour regarding sample rate, why do you have to change it system wide ? | 21:14:58 | |
| For plugins, I think ardour finds plugins as per LV2_PATH or smth | 21:15:12 | |
| you can re-scan from ardour as well | 21:15:47 | |
In reply to @rampoina:matrix.organ ardour project is set at its creation. and that depends on your audio interface's sample rate. | 21:15:50 | |
In reply to @gdesforges:matrix.orgif thats supposed to be an env, then i dont have it set | 21:16:47 | |
| In my case I set this env in my NixOS config to directly get LV2 plugins yeah | 21:18:06 | |
| Though you probably can add plugins another way? How do you do that Rampoina | 21:18:29 | |
In reply to @gdesforges:matrix.orgso you dont install plugins as a package? | 21:19:07 | |
| I rescan every time because I didn't care to find how to make it permanent lol | 21:20:33 | |
| somewhere inside the preferences there's plugins and you can re-scan and it finds the plugins | 21:21:23 | |
| otherwise it doesn't find anything | 21:21:33 | |
| so just to clarify what i did:
this is in my NixOS config. I rebuild my config. I opened Ardour and there were only the default plugins. | 21:22:07 | |