12 Mar 2023 |
Rampoina | I'm on NixOS | 15:47:01 |
@lily:lily.flowers | I think those end up in /run/current-system/share/sf2 or something | 15:52:43 |
@lily:lily.flowers | * I think those end up in /run/current-system/sw/share/sf2 or something | 15:52:55 |
@lily:lily.flowers | * I think those end up in `/run/current-system/sw/share/sf2` or something | 15:53:14 |
Minijackson | depends on if you installed the package globally or for your user | 15:53:53 |
Minijackson | for your user, it might be /etc/profiles/per-user/$USER/share/sf2 | 15:54:13 |
Minijackson | or is it soundfonts ? | 15:54:21 |
Minijackson | or ~/.nix-profile/share/soundfonts if you installed them through nix-env | 15:54:45 |
Rampoina | I configured it for the user | 15:55:41 |
Rampoina | In reply to @Minijackson:matrix.org for your user, it might be /etc/profiles/per-user/$USER/share/sf2 that worked thanks! | 15:55:48 |
Rampoina | In reply to @Minijackson:matrix.org or is it soundfonts ? it was soundfonts btw :) | 15:58:11 |
Rampoina | I'm already running into problems :( | 16:33:28 |
Rampoina | I unplugged my headphones for a second and now I don't get any sound from jack applications | 16:34:02 |
Rampoina | I literally changed nothing | 16:34:07 |
Rampoina | on qjackctl ardour is connected to the stereo out | 16:34:36 |
Minijackson | not sure I can help much, but are you using "jack" jack, or are you using pipewire's jack? | 16:34:45 |
Rampoina | but the kde volume thing doesn't see any application | 16:34:53 |
Rampoina | pipewire's jack | 16:35:01 |
Rampoina | afaik | 16:35:05 |
Minijackson | that's weird, I don't remember having these kinds of issues 😕 | 16:35:36 |
Rampoina | services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
# If you want to use JACK applications, uncomment this
jack.enable = true;
# use the example session manager (no others are packaged yet so this is ena
bled by default,
# no need to redefine it in your config for now)
#media-session.enable = true;
};
| 16:35:55 |
Rampoina | just this | 16:35:57 |
Rampoina | it was working well until I unplugged my headphones | 16:36:31 |
Rampoina | then all audio from ardour went kaput | 16:36:38 |
Rampoina | and I rebooted the system | 16:36:42 |
Rampoina | same thing | 16:36:47 |
Rampoina | :| | 16:36:48 |
Rampoina | ok I made a new ardour session and now I have sound wtf | 16:38:08 |
Rampoina | I even tried remaking the jack connections | 16:38:22 |
Minijackson | do you see additional things with pavucontrol ? | 16:38:36 |