On Sun, May 30, 2010 at 2:29 PM, Niels Mayer <nielsmayer(a)gmail.com> wrote:
I setup a directory /usr/lib64/lv2/autotalent.lv2
containing
-rwxr-xr-x 1 root root 26622 2010-05-30 11:06 autotalent_lv2.so*
-rw-r--r-- 1 root root 310 2010-05-30 11:04 manifest.ttl
-rw-r--r-- 1 root root 12803 2010-05-30 11:04 plugin.ttl
(I renamed autotune.ttl to plugin.ttl to make it like all the other
plugins).
Unfortunately, with this directory in place, every time I browse the
LV2 plugins in Qtractor it core dumps. I'm browsing LV2 via the
View->Buses... Under "Input Plugins" or "Output Plugins" tab,
click
"Add..." then crash. Removing the directory makes it work again.
When using the "make install" version in ~/.lv2, even after telling
Qtractor about the new LV2 directory, it simply ignores the plugin
(but also doesn't crash).
Anybody here know what it would take to get this to work in Qtractor,
which is my preferred plugin host. (will need to investigate ingen).
Niels
http://nielsmayer.com
Do not rename the autotalent.ttl to plugin.tll unless you reflect this
change in manifest.ttl.
I also would not expect it to work in qtractor, because qtractor expects
standard input and output ports. Ingen requires compiling from source, but
lv2_jack_host will also work, and it recognizes the plugin in it's current
form on my system. Your distro repositories should have it.
Jeremy