I installed lmms and it seems like the ladspa plugins are not working
properly.
I nailed it down to the init function not being called when the shared
library is loaded
plugins/LadspaEffect/caps/interface.cc
__attribute__ ((constructor))
void caps_so_init()
{
...
}
I think it's caused by the "-
please consider this patch to fix a message when not finding libpulse
diff --git a/cmake/modules/FindPulseAudio.cmake
b/cmake/modules/FindPulseAudio.cmake
index 8ea2616..97f2f53 100644
--- a/cmake/modules/FindPulseAudio.cmake
+++ b/cmake/modules/FindPulseAudio.cmake
@@ -50,7 +50,7 @@ IF (PULSEAUDI