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.

Reply via email to