| 30 May 2024 |
bandithedoge | you can use jack patchbays too if you have pipewire with jack compatibility | 15:39:15 |
bandithedoge | check out https://nixos.wiki/wiki/PipeWire and don't be afraid to ask if you have any problems | 15:41:44 |
n3v3r_a9a1n | In reply to @bandithedoge:matrix.org if you open any patchbay like helvum they'll show up Mine shows stereo 🙁 | 15:41:49 |
| Tammi (ey/em) left the room. | 15:42:07 |
bandithedoge | what interface are you using? | 15:42:16 |
bandithedoge | setting the pro audio profile for your device should help with that | 15:46:06 |
bandithedoge | you can do it with pwvucontrol or in your nixos configuration | 15:46:55 |
n3v3r_a9a1n | In reply to @bandithedoge:matrix.org what interface are you using? I have several right now before I make one of them work 🥲 | 16:33:24 |
n3v3r_a9a1n | * I have several right now before I make one of them work 🥲 (I will keep the one that will work) | 16:37:49 |
n3v3r_a9a1n | For years I had a similar board, and it has the same issue, I'm starting to feel there's something wrong with the way I'm doing wirepipeplumbing | 16:38:55 |
n3v3r_a9a1n | In reply to @bandithedoge:matrix.org setting the pro audio profile for your device should help with that So.. I tried that, and.. It seems like I have some other issues with my sound, I'm not sure but maybe stereo on my laptop is not working 🫠 (both speakers and headphones) | 16:41:45 |
bandithedoge | In reply to @xxxcrow:matrix.org For years I had a similar board, and it has the same issue, I'm starting to feel there's something wrong with the way I'm doing wirepipeplumbing can you share your configuration? | 16:57:34 |
n3v3r_a9a1n | In reply to @bandithedoge:matrix.org can you share your configuration? the sound part looks like that:
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
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;
#wireplumber.enable = true;
};
| 17:08:14 |
n3v3r_a9a1n | i will continue trying tomorrow, but it really feels like maybe i connect something wrong or connect the nodes not the right way | 17:14:12 |
| 8 Jun 2024 |
bandithedoge | In reply to @xxxcrow:matrix.org
the sound part looks like that:
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
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;
#wireplumber.enable = true;
};
why do you have pulseaudio disabled? pulse.enable already replaces it | 21:09:52 |
| 9 Jun 2024 |
Lily Foster | In reply to @bandithedoge:matrix.org why do you have pulseaudio disabled? pulse.enable already replaces it if a desktop environment enables pulse with mkDefault, you have to explicitly disable it with pipewire (even regardless of whether pulse.enable is enabled or not) | 17:10:22 |
Lily Foster | * if a desktop environment enables pulse with mkDefault, you have to explicitly disable it to use pipewire (even regardless of whether pulse.enable is enabled or not) | 17:10:35 |
| 10 Jun 2024 |
bandithedoge | oh right, i forgot about that | 22:56:09 |
bandithedoge | wouldn't it be wise for the pipewire module to disable pulseaudio or at least throw a warning? | 22:56:50 |
| 22 Jun 2024 |
| Charlotte 🦝 (it/its) left the room. | 19:33:27 |
| 25 Jun 2024 |
| axiomss joined the room. | 22:03:07 |
| 26 Jun 2024 |
| Ampersand joined the room. | 08:49:30 |
| 27 Jun 2024 |
| Ampersand left the room. | 17:39:14 |
| 28 Jun 2024 |
| axiomss left the room. | 04:15:25 |
| 1 Jul 2024 |
| rfvizarra joined the room. | 06:21:04 |
| 5 Jul 2024 |
| adham left the room. | 18:34:41 |
| adham joined the room. | 18:34:54 |
adham | I'm having issues after installing REAPER, I can not find my plugins although Bitwig finds them perfectly fine, is there an issue with REAPER detecting plugins on Linux? | 18:35:35 |
adham | Nevermind, I had to explicitly state ~/.vst/yabridge, I wonder why it did not pick up sub directories. | 18:41:58 |
| 6 Jul 2024 |
rfvizarra | Hi
I'm kind of new to NixOS. I'm trying to use NixOS to run a few programs that I use to play piano. One of them is Pianoteq. I've seen there is a Pianoteq package (https://github.com/NixOS/nixpkgs/tree/nixos-24.05/pkgs/applications/audio/pianoteq) but I cannot install it adding it to systemPackages, homemanager or nix-shell.
Am I missing something? How can I install Pianoteq's package in Nixos?
I'm not sure if this is the right channel to ask, if not please accept my apologies. | 08:24:03 |