NixOS Audio | 119 Members | |
| 27 Servers |
| Sender | Message | Time |
|---|---|---|
| 14 Jun 2023 | ||
| 18ms round trip time vs my interface's input monitoring | 19:21:14 | |
| that's with 128/192000 with PIPEWIRE_LATENCY=512/192000 easyeffects i get 21.6ms4096/192000 gets me 36.5ms 4096/48000 gets me 35.8ms... and 32/192000 gets me 17.9ms | 19:55:33 | |
| so it does have an effect | 19:55:45 | |
Download IMG_20230614_215928.jpg | 20:02:31 | |
| that's with 32/192000 and an effect running, i think it's running out of buffer and returning 0 xD | 20:03:27 | |
| 17 Jun 2023 | ||
In reply to @Minijackson:matrix.orgokay i tried this now. no difference. ardour still cannot find any plugins | 11:22:28 | |
| hmmm | 11:23:53 | |
| just checked in my Ardour settings, and it does seem like Ardour doesn't respect this env variable | 11:24:09 | |
| can you go into "Edit > Preferences > Plugins > VST" and see / edit the path? | 11:24:33 | |
In reply to @Minijackson:matrix.orgoh yeah. i can do that. and now it finds my problems | 11:28:40 | |
In reply to @Minijackson:matrix.org* oh yeah. i can do that. and now it finds my plugins | 11:29:26 | |
| i see nothing regarding envs in the nix config https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/audio/ardour/default.nix | 11:29:37 | |
In reply to @tamtaram:chat.heizhaus.orgshould there be? | 11:30:20 | |
In reply to @Minijackson:matrix.orgdo you think it's acceptable that if i install ardour and lv2 plugins as a package, that ardour then ignores their existence? | 11:31:13 | |
| I mean, Nix installs those packages in non-standard paths | 11:32:18 | |
| but I guess Ardour could be patched to modify the default LV2 / VST3 paths | 11:33:07 | |
| found one of the paths: https://github.com/Ardour/ardour/blob/9b797dc4c17649b6ad2cc3108e76841719332e70/libs/ardour/plugin_manager.cc#L306 | 11:35:37 | |
im guessing a patch can be built using nix develop? guess thats a good introduction to nix packaging for me | 11:36:47 | |
| ohh. it does check the ENVs but only during your first time launch | 11:41:20 | |
| but the "Reset to default" button does not | 11:42:15 | |
In reply to @tamtaram:chat.heizhaus.orgit can, but I think nix removes the .git folder, so it wouldn't track your change by default | 12:15:24 | |
you can make the src point to another local repository using --redirect, however | 12:15:53 | |
| uhh ok. i just made a patch file based on the upstream git. then i applied it with patch and am waiting for that to compile | 12:21:38 | |
| yey at least the patch works. uhh lemme try add it to nixpkg | 12:25:36 | |
| not sure if i should switch channel for this but quick question: i've made a change to the default.nix of ardour in my local copy of the nixpkgs git. how do i build this locally? would like to do that before i open a PR | 12:52:27 | |
| i got help from someone else ;) PR is up: https://github.com/NixOS/nixpkgs/pull/238268 | 13:33:53 | |
In reply to @tamtaram:chat.heizhaus.orgyou can CD to the nixpkgs folder and do nix build path:.#ardour7 | 14:01:08 | |
| thank you. build worked | 14:11:17 | |
| hmm | 15:48:30 | |
| I do have VST_PATH set | 15:48:34 | |