I did a quick'n'dirty patch:

--- ./src/effects/LadspaEffect.cpp.orig 2014-08-13 22:37:11.623392733 +0200
+++ ./src/effects/LadspaEffect.cpp      2014-08-13 22:25:34.552406957 +0200
@@ -376,7 +376,8 @@
     std::vector<EffectInfo*> v; // will be filled in callback function 
_foundLadspaDll()
 
     char* pcLadspaPath = getenv("LADSPA_PATH");
-    String ladspaDir = pcLadspaPath ? pcLadspaPath : defaultLadspaDir();
+    //String ladspaDir = pcLadspaPath ? pcLadspaPath : defaultLadspaDir();
+    String ladspaDir = ""; /* -hm- */
 
     std::istringstream ss(ladspaDir);
     std::string path;

------------------------------------------------------------------------------
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to