Closed tobiasBora closed 2 years ago
Yeah this is a bug, it should be using LV2_PATH but instead it uses an internal var.
Try changing the line https://github.com/DISTRHO/Ildaeil/blob/main/plugins/Common/IldaeilUI.cpp#L498 and replacing nullptr with getenv("LV2_PATH")
.
Let me know if that improves things, thanks.
This works perfectly, thanks!
I tried to install Ildaeil, but when I run it (inside Bespoke), I get an error "There are no LV2 audio plugins on this sytem".
But I do have many lv2 plugins, and they are detected in Carla (ok, in carla I need to configure the paths), Ardour, lv2ls…:
In which path is Ildaeil searching for the plugins? Is it looking for the environment variable
$LV2_PATH
?EDIT
It seems plugins are found if they are in
~/.lv2
. However, it would be better to also look for the$LV2_PATH
which seems to be more standard.