Closed cyrusadkisson closed 4 years ago
By default, plugin installs into '/usr/local/lib/lv2' location. Some distros like Debian can ignore this location. You need to try to install to '/usr/lib/lv2' instead.
Try to build with:
make install PREFIX=/usr
All of my other plugins are installed to /usr/local/lib/lv2 and they are recognized just fine.
I should note that tamgamp shows up in the plugin manager (of Ardour) but any session I have with tamgamp already in the mixer strip gives me the error "Tamgamp not found will use a stub instead" (pharaphrased).
So why is it in the plugin manager, yet not found in existing sessions?
So why is it in the plugin manager, yet not found in existing sessions?
It seems that all is OK with reading LV2 TTL file but bad with loading the *.so file
What does:
ldd /usr/local/lib/lv2/tamgamp.lv2/tamgamp-lv2.so
show?
cyrus@okcomputer:/usr/local/lib/lv2$ ldd /usr/local/lib/lv2/tamgamp.lv2/tamgamp-lv2.so
linux-vdso.so.1 (0x00007ffdc07d6000)
libzita-resampler.so.1 => /lib/x86_64-linux-gnu/libzita-resampler.so.1 (0x00007f663d69b000)
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f663d4ba000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f663d36b000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f663d350000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f663d15e000)
/lib64/ld-linux-x86-64.so.2 (0x00007f663d903000)
Hmm, all seems to be OK. Have you tried to run tamgamp.lv2 with jalv host?
jalv.qt4 https://github.com/sadko4u/tamgamp.lv2/lv2/tamgamp
shows:
Don't try jalv.gtk and jalv.gtk3, they crash because of logarithmic controls (AFAIR).
@cyrusadkisson Is the problem solved with latest updates?
I just reinstalled from scratch and it resolved. Not entirely sure what the issue was, but I doubt anybody else will encounter it, so no use in pursuing it.
Just freshly cloned, built and installed Tamgamp but Ardour can't find it. Is it installing to the wrong directory?