!EAGpsNNWRMltlOrGdy:nixos.org

NixOS Audio

171 Members
44 Servers

Load older messages


SenderMessageTime
6 Jul 2024
@bandithedoge:matrix.orgbandithedoge(plus you can use all of its features for free if you don't mind waiting 5 seconds to close the dialog box)09:04:32
@rfvizarra:matrix.orgrfvizarraCool!, I have some thing to try and learn!. Thank you guys for your help!09:05:48
@rfvizarra:matrix.orgrfvizarraI'm going to try Reaper, Ardour and zrythm09:06:29
@bandithedoge:matrix.orgbandithedogehave fun then09:06:50
@bandithedoge:matrix.orgbandithedogealso check out unfa's youtube channel, he has a lot of great tutorials for ardour and linux audio in general09:07:20
@adham-omran:matrix.orgadham Have fun, as bandithedoge , experiment and try them all, I recommend for a week each to give it a fair chance and enjoy your time! 09:08:35
@adham-omran:matrix.orgadham * Have fun, as bandithedoge recommended, experiment and try them all, I recommend for a week each to give it a fair chance and enjoy your time! 09:08:44
@rfvizarra:matrix.orgrfvizarraThank you!!09:09:03
@rfvizarra:matrix.orgrfvizarra
In reply to @bandithedoge:matrix.org
also check out unfa's youtube channel, he has a lot of great tutorials for ardour and linux audio in general
Lot's of interesting video titles... This is going to be a rabbit hole
09:10:48
@rampoina:matrix.orgRampoinaif you just want to open pianoteq as a plugin you could also use carla09:11:00
@rampoina:matrix.orgRampoinano need for a DAW to just play09:11:13
@bandithedoge:matrix.orgbandithedoge
In reply to @rfvizarra:matrix.org
Lot's of interesting video titles... This is going to be a rabbit hole
just like nix... you'll learn to love it though
09:11:29
@rfvizarra:matrix.orgrfvizarra
In reply to @rampoina:matrix.org
if you just want to open pianoteq as a plugin you could also use carla
Didn't know that. Thanks for the hint!
09:11:52
@bandithedoge:matrix.orgbandithedoge
In reply to @rampoina:matrix.org
if you just want to open pianoteq as a plugin you could also use carla
not sure about pianoteq but many plugins also have standalone versions
09:12:07
@rfvizarra:matrix.orgrfvizarraPianoteq has a standalone application, but it doesn't run under NixOS09:12:32
@rampoina:matrix.orgRampoinayeah but the lv2 was suggested to make it easier09:12:39
@rfvizarra:matrix.orgrfvizarrathat I why I was looking for to install the Pianoteq Nixos package09:12:48
@rfvizarra:matrix.orgrfvizarra * that is why I was looking for to install the Pianoteq Nixos package09:13:12
@bandithedoge:matrix.orgbandithedoge
In reply to @rfvizarra:matrix.org
Pianoteq has a standalone application, but it doesn't run under NixOS
dynamically linked executables compiled by someone else won't "just work" on nixos
09:13:43
@rfvizarra:matrix.orgrfvizarraThat I learnt the ward way :D09:14:16
@bandithedoge:matrix.orgbandithedogetake a look at https://nixos.wiki/wiki/Packaging/Binaries09:14:49
@bandithedoge:matrix.orgbandithedogei recommend https://github.com/thiagokokada/nix-alien if you just want to quickly run something09:15:29
@rfvizarra:matrix.orgrfvizarraldd Pianoteq_8_STAGE.so linux-vdso.so.1 (0x00007ffce3379000) librt.so.1 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/librt.so.1 (0x00007fc76cf4c000) libdl.so.2 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libdl.so.2 (0x00007fc76cf47000) libfreetype.so.6 => not found libstdc++.so.6 => not found libm.so.6 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libm.so.6 (0x00007fc76ce64000) libmvec.so.1 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libmvec.so.1 (0x00007fc76a307000) libgcc_s.so.1 => /nix/store/nda0h04bakn2damsd06vkscwi5ds4qjd-xgcc-13.2.0-libgcc/lib/libgcc_s.so.1 (0x00007fc76a2e2000) libpthread.so.0 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libpthread.so.0 (0x00007fc76ce5d000) libc.so.6 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libc.so.6 (0x00007fc76a0f5000) /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib64/ld-linux-x86-64.so.2 (0x00007fc76cf53000)09:15:57
@rfvizarra:matrix.orgrfvizarraThe lv2 plugin is also a dynamically linked library...09:16:29
@bandithedoge:matrix.orgbandithedoge
In reply to @rfvizarra:matrix.org
ldd Pianoteq_8_STAGE.so
linux-vdso.so.1 (0x00007ffce3379000)
librt.so.1 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/librt.so.1 (0x00007fc76cf4c000)
libdl.so.2 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libdl.so.2 (0x00007fc76cf47000)
libfreetype.so.6 => not found
libstdc++.so.6 => not found
libm.so.6 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libm.so.6 (0x00007fc76ce64000)
libmvec.so.1 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libmvec.so.1 (0x00007fc76a307000)
libgcc_s.so.1 => /nix/store/nda0h04bakn2damsd06vkscwi5ds4qjd-xgcc-13.2.0-libgcc/lib/libgcc_s.so.1 (0x00007fc76a2e2000)
libpthread.so.0 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libpthread.so.0 (0x00007fc76ce5d000)
libc.so.6 => /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libc.so.6 (0x00007fc76a0f5000)
/nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib64/ld-linux-x86-64.so.2 (0x00007fc76cf53000)
these "not found" lines prevent it from running
09:16:48
@bandithedoge:matrix.orgbandithedoge
In reply to @rfvizarra:matrix.org
The lv2 plugin is also a dynamically linked library...
yeah, most of them are
09:17:14
@adham-omran:matrix.orgadham
In reply to @rfvizarra:matrix.org
The lv2 plugin is also a dynamically linked library...
I meant get the lv2 plugin from their website
09:17:41
@adham-omran:matrix.orgadhamnot from Nix09:17:44
@rfvizarra:matrix.orgrfvizarraThis is the lv2 from Pianoteq's package09:18:00
@adham-omran:matrix.orgadham
In reply to @rfvizarra:matrix.org
This is the lv2 from Pianoteq's package
So, just the Pianoteq 8 STAGE.lv2 directory with the .so plugin?
09:18:26

Show newer messages


Back to Room ListRoom Version: 10