| 6 Jul 2024 |
bandithedoge | (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 | Cool!, I have some thing to try and learn!. Thank you guys for your help! | 09:05:48 |
rfvizarra | I'm going to try Reaper, Ardour and zrythm | 09:06:29 |
bandithedoge | have fun then | 09:06:50 |
bandithedoge | also check out unfa's youtube channel, he has a lot of great tutorials for ardour and linux audio in general | 09:07:20 |
adham | 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 | * 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 | Thank you!! | 09:09:03 |
rfvizarra | 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 | if you just want to open pianoteq as a plugin you could also use carla | 09:11:00 |
Rampoina | no need for a DAW to just play | 09:11:13 |
bandithedoge | 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 | 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 | 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 | Pianoteq has a standalone application, but it doesn't run under NixOS | 09:12:32 |
Rampoina | yeah but the lv2 was suggested to make it easier | 09:12:39 |
rfvizarra | that I why I was looking for to install the Pianoteq Nixos package | 09:12:48 |
rfvizarra | * that is why I was looking for to install the Pianoteq Nixos package | 09:13:12 |
bandithedoge | 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 | That I learnt the ward way :D | 09:14:16 |
bandithedoge | take a look at https://nixos.wiki/wiki/Packaging/Binaries | 09:14:49 |
bandithedoge | i recommend https://github.com/thiagokokada/nix-alien if you just want to quickly run something | 09:15:29 |
rfvizarra | 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) | 09:15:57 |
rfvizarra | The lv2 plugin is also a dynamically linked library... | 09:16:29 |
bandithedoge | 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 | In reply to @rfvizarra:matrix.org The lv2 plugin is also a dynamically linked library... yeah, most of them are | 09:17:14 |
adham | 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 | not from Nix | 09:17:44 |
rfvizarra | This is the lv2 from Pianoteq's package | 09:18:00 |
adham | 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 |