!EAGpsNNWRMltlOrGdy:nixos.org

NixOS Audio

71 Members
19 Servers

Load older messages


SenderMessageTime
6 Jul 2024
@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.org@adham-omran:matrix.org
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.org@adham-omran:matrix.orgnot from Nix09:17:44
@rfvizarra:matrix.orgrfvizarraThis is the lv2 from Pianoteq's package09:18:00
@adham-omran:matrix.org@adham-omran:matrix.org
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
@rfvizarra:matrix.orgrfvizarra❯ ls -l Permissions Size User Date Modified Name drwxr-xr-x - rodrigo 25 abr 10:52 extra/ .rwxr-xr-x 44M rodrigo 25 abr 10:52 'Pianoteq 8 STAGE'* drwxr-xr-x - rodrigo 25 abr 10:52 'Pianoteq 8 STAGE.lv2'/ lrwxrwxrwx - rodrigo 26 may 12:07 'Pianoteq 8 STAGE.so' -> 'Pianoteq 8 STAGE.lv2'/Pianoteq_8_STAGE.so*09:18:53
@rfvizarra:matrix.orgrfvizarraI downloaded Pianoteq for Linux from their website09:19:12
@rfvizarra:matrix.orgrfvizarrathat package contains the lv2 and the executable09:19:22
@bandithedoge:matrix.orgbandithedogeyou can directly patch the .so to use nix paths, see "manual method" in the wiki article i linked09:20:36
@adham-omran:matrix.org@adham-omran:matrix.org
In reply to @rfvizarra:matrix.org
I downloaded Pianoteq for Linux from their website
Are you attempting to load it in reaper?
09:22:00
@rfvizarra:matrix.orgrfvizarra
In reply to @bandithedoge:matrix.org
you can directly patch the .so to use nix paths, see "manual method" in the wiki article i linked
I'll have a look at that
09:22:37
@rfvizarra:matrix.orgrfvizarra
In reply to @adham-omran:matrix.org
Are you attempting to load it in reaper?
Not yet, I was having a look at the lv2. Do you think reaper will provide the missing lilbraries?
09:23:07
@bandithedoge:matrix.orgbandithedoge
In reply to @rfvizarra:matrix.org
Not yet, I was having a look at the lv2. Do you think reaper will provide the missing lilbraries?
probably not
09:24:53
@adham-omran:matrix.org@adham-omran:matrix.org
In reply to @rfvizarra:matrix.org
Not yet, I was having a look at the lv2. Do you think reaper will provide the missing lilbraries?
I don't, but it's worth a shot for the loading as I don't load it directly but it works for me
09:25:03
@rampoina:matrix.org람퍼이나
In reply to @rfvizarra:matrix.org
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.
OK I've taken a look at the package. You have to specify the version you want.
For the trial try
pianoteq.stage-trial
I've just tried it in a shell and it works
09:42:25
@rampoina:matrix.org람퍼이나the other versions require you to set the environment variables for the modart user and password09:42:47
@rfvizarra:matrix.orgrfvizarrawow!!! cool09:42:57
@rampoina:matrix.org람퍼이나
In reply to @rampoina:matrix.org
the other versions require you to set the environment variables for the modart user and password
those are NIX_MODARTT_USERNAME and NIX_MODARTT_PASSWORD
09:43:25
@rfvizarra:matrix.orgrfvizarraIt works for me too!! thank you!!09:44:30
@rampoina:matrix.org람퍼이나 take a look here https://github.com/NixOS/nixpkgs/blob/c0d0be00d4ecc4b51d2d6948e37466194c1e6c51/pkgs/applications/audio/pianoteq/default.nix#L224 to know the name of the other versions 09:44:40
@rampoina:matrix.org람퍼이나
In reply to @rfvizarra:matrix.org
It works for me too!! thank you!!
sure no problem, for some reason the package doesn't appear in search.nixos.org which is weird
09:45:17
@rfvizarra:matrix.orgrfvizarraI think I also have to learn nix to be able to understand how to make things work when the obvious path doesn't work09:46:02
@rampoina:matrix.org람퍼이나pianoteq is great, I wish we had a FOSS version (even if it was just one piano without many parameters)09:47:01
@rfvizarra:matrix.orgrfvizarraAlso, I'm going to explore the DAW way to get advantage of other things like mixing09:47:05
@rfvizarra:matrix.orgrfvizarraIt sounds great. In the latest version they included a pack for a Bösendorfer 09:48:32
@rfvizarra:matrix.orgrfvizarraI'll probably get it in the next sale09:48:44
@rampoina:matrix.org람퍼이나I'm not sure how you would specify the variables to add it as a system package, I'd have to research that09:52:12

Show newer messages


Back to Room ListRoom Version: 10