On Thu, 2007-12-13 at 09:03 +0100, ciwe(a)gmx.de wrote:
Hello,
I've installed the slv2 package on my machine but can't run any plugins?
When I start
lv2_jack_host
get lots of known plugins URI's like
http://ll-plugins.nongnu.org/lv2/dev/klaviatur/0.0.0
which I want to run.
But when I start I get
lv2_jack_host
http://ll-plugins.nongnu.org/lv2/dev/klaviatur/0.0.0
Failed to find plugin
http://ll-plugins.nongnu.org/lv2/dev/klaviatur/0.0.0.
This is the way you're supposed to run it, but for some reason it won't
find the plugin. I looked at the code and it seems like it tries to do a
binary search in an unsorted array, the attached patch should fix it.
--ll