Bug 208

Summary: Only first LADSPA_PATH item is used
Product: LinuxSampler Reporter: Nikita Zlobin <cook60020tmp>
Component: otherAssignee: Christian Schoenebeck <cuse>
Status: CLOSED FIXED    
Severity: normal    
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Linux   

Description Nikita Zlobin 2013-12-25 14:01:27 CET
LADSOA_PATH may include up to several system and one user paths for plugins. But currently it checks only first path, which in my case is user's.
Comment 1 Christian Schoenebeck 2014-01-18 19:18:24 CET
It worked for me to pass multiple (existing) LADSPA paths with the LADSPA_PATH environment variable (separated by colon on Linux/Mac, semi-colon on Windows) with a recent version of LinuxSampler. My guess is that you probably had one invalid path in your LADSPA_PATH variable.

I just fixed the latter problem (SVN r2509). So that LinuxSampler does not stop searching for LADSPA plugins when one LADSPA path was invalid/non-existent. So it should work for you now with latest SVN version.

Closing this report now. Thanks!