[linux-audio-dev] plugin loaders
Paul Davis
paul at linuxaudiosystems.com
Thu Dec 21 02:12:38 UTC 2006
On Thu, 2006-12-21 at 02:02 +0100, Leonard Ritter wrote:
> Hi Anthony,
>
> I guess most of us use the sample enumeration c code included with the
> LADSPA sources as starting point. This code expects a LADSPA_PATH
> variable to be set. As a fallback, I suppose most programmers
> added /usr/lib/ladspa:/usr/local/lib/ladspa, but all of them should
> support LADSPA_PATH.
from ardour source:
if (ladspa_path.length() == 0) {
ladspa_path =
"/usr/local/lib64/ladspa:/usr/local/lib/ladspa:/usr/lib64/ladspa:/usr/lib/ladspa:/Library/Audio/Plug-Ins/LADSPA";
}
this used across linux and OS X if LADSPA_PATH is not set.
More information about the Linux-audio-dev
mailing list