Bug 165 - LADSPA_PATH is not evaluated correctly when containing multiple paths
Summary: LADSPA_PATH is not evaluated correctly when containing multiple paths
Status: CLOSED FIXED
Alias: None
Product: LinuxSampler
Classification: Unclassified
Component: other (show other bugs)
Version: SVN Trunk
Hardware: PC Linux
: P5 normal
Assignee: Christian Schoenebeck
URL:
Depends on:
Blocks:
 
Reported: 2012-01-06 17:27 CET by Frank Neumann
Modified: 2013-05-31 18:21 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.