Bug 165

Summary: LADSPA_PATH is not evaluated correctly when containing multiple paths
Product: LinuxSampler Reporter: Frank Neumann <beachnase>
Component: otherAssignee: Christian Schoenebeck <cuse>
Status: CLOSED FIXED    
Severity: normal CC: andreas56
Priority: P5    
Version: SVN Trunk   
Hardware: PC   
OS: Linux   

Description Frank Neumann 2012-01-06 17:27:38 CET
On my system, I have LADSPA plugins distributed over several places, e.g.

/usr/lib/ladspa
/usr/local/lib/ladspa

Accordingly, my environment variable LADSPA_PATH is set to "/usr/lib/ladspa:/usr/local/lib/ladspa" (without the quotes).

LinuxSampler doesn't like multiple paths, though - it states at startup:

Registered internal effect systems: LADSPA
Could not scan LADSPA effects: library path '/usr/lib/ladspa:/usr/local/lib/ladspa' doesn't exist
Registered internal effects: 0

As it seems, this should be either handled in src/effects/LadspaEffect.cpp or src/common/DynamicLibraries.cpp.