| 26 Jan 2025 |
Wojciech Niedźwiedź | since I do all the patching in DAW anyway | 20:47:09 |
Wojciech Niedźwiedź | multiple souncards shouldn't be a problem with pipewire right? | 20:47:25 |
bandithedoge | probably | 20:50:08 |
bandithedoge | https://www.behringer.com/product.html?modelCode=0601-AFW maybe one of these would work better | 20:53:08 |
bandithedoge | https://www.thomann.de/intl/behringer_umc1820.htm or this | 20:54:30 |
Wojciech Niedźwiedź | wait so this will detect 18 inputs? | 20:57:00 |
Wojciech Niedźwiedź | I wonder how they do it through usb2.0 ... | 20:57:27 |
Wojciech Niedźwiedź | so I could either get 2 of those or extend the one with ADAT port | 21:00:17 |
Wojciech Niedźwiedź | but wouldn't it be more optimal to have 2 of those instead since usb is pretty much the bottleneck here? | 21:00:46 |
bandithedoge | i wouldn't put my money on that kind of setup | 21:01:29 |
Wojciech Niedźwiedź | double usb? | 21:01:36 |
bandithedoge | keeping 2 separate audio devices synchronized doesn't sound fun | 21:01:48 |
Wojciech Niedźwiedź | true | 21:01:53 |
Wojciech Niedźwiedź | have you had any issues with getting this to work? | 21:02:03 |
Wojciech Niedźwiedź | how do you set up gains for the inputs if I may ask? | 21:02:15 |
Wojciech Niedźwiedź | oh, it has knobs XD | 21:02:25 |
Wojciech Niedźwiedź | yeah that's even easier than the web ui then | 21:02:35 |
bandithedoge | if i were you i'd either experiment with some sound cards lying around or look for a high input count usb c interface | 21:02:58 |
bandithedoge | In reply to @niedzwiedzw:matrix.org have you had any issues with getting this to work? i don't have those mixers and i only have one tiny audio interface so take everything i say with a grain of salt lol | 21:03:31 |
Wojciech Niedźwiedź | ok | 21:03:40 |
Wojciech Niedźwiedź | i have babyface pro I need to sell which also needs a crappy gui to work (works fine on windows but it's unusable on linux) and this soundcraft ui which is set up through web interface | 21:04:13 |
Wojciech Niedźwiedź | so just having knobs would be killer XD cause I wouldn't have to fiddle with this at all | 21:04:42 |
Wojciech Niedźwiedź | and I honestly do not care about preamps cause it's not a professional studio that I'm running, it's just a place to record stuff quickly, come up with song ideas etc | 21:05:12 |
| 27 Jan 2025 |
cadecadet | Do any of you have spitfire labs vsts working? | 02:18:08 |
mj | oh yeah guys splice is working on wine 10 :D | 06:48:47 |
mj | {pkgs, ...}: {
nixpkgs.overlays = [
(self: super: {
wineWowPackages =
super.wineWowPackages
// {
unstableFull = super.wineWowPackages.unstableFull.overrideAttrs (old: {
version = "10.0";
src = pkgs.fetchurl {
url = "https://dl.winehq.org/wine/source/10.0/wine-10.0.tar.xz";
hash = "sha256-xeCz9ffvr7MOnNTZxiS4XFgxcdM1SdkzzTQC80GsNgE=";
};
});
};
})
];
}
{pkgs, ...}: {
nixpkgs.overlays = [
(self: super: {
wineWowPackages =
super.wineWowPackages
// {
unstableFull = super.wineWowPackages.unstableFull.overrideAttrs (old: {
version = "10.0";
src = pkgs.fetchurl {
url = "https://dl.winehq.org/wine/source/10.0/wine-10.0.tar.xz";
hash = "sha256-xeCz9ffvr7MOnNTZxiS4XFgxcdM1SdkzzTQC80GsNgE=";
};
});
};
})
];
}
use pkgs.wineWowPackages.unstableFull
| 06:49:30 |
mj | * {pkgs, ...}: {
nixpkgs.overlays = [
(self: super: {
wineWowPackages =
super.wineWowPackages
// {
unstableFull = super.wineWowPackages.unstableFull.overrideAttrs (old: {
version = "10.0";
src = pkgs.fetchurl {
url = "https://dl.winehq.org/wine/source/10.0/wine-10.0.tar.xz";
hash = "sha256-xeCz9ffvr7MOnNTZxiS4XFgxcdM1SdkzzTQC80GsNgE=";
};
});
};
})
];
}
use pkgs.wineWowPackages.unstableFull
| 06:50:07 |
| 29 Jan 2025 |
| matthewcroughan changed their display name from matthewcroughan to matthewcroughan (already in Brussels). | 14:53:28 |
| 1 Feb 2025 |
| matthewcroughan changed their display name from matthewcroughan (already in Brussels) to matthewcroughan (FOSDEM). | 10:23:09 |
Wojciech Niedźwiedź | uhh | 16:33:34 |