[Clam-devel] Re: [LADSPA] handling LADSPA_PATH

Pau Arumi parumi at iua.upf.edu
Tue Mar 27 09:18:18 PDT 2007


this very nice patch has been commited!

btw, there it goes the clam coding-tip-of-the-day:

use if (...) not if(...), the same for while, etc.

use
if (...)
{
}
else
{
}

not
if (..) {
} else {
}




En/na Andreas Calvo ha escrit:
> So bad I realized I didn't attach the patch, so here it is...
> Also notice in that patch I've cleaned a little bit the output LADSPA 
> does, so it's more easy to identify...
> 
> On 3/22/07, *Andreas Calvo* <flipy.bcn at gmail.com 
> <mailto:flipy.bcn at gmail.com>> wrote:
> 
>     Now that LADSPA it's working, I'll be focusing on fixing all little
>     things that still need to be done.
>     You can take a look at
>     http://iua-share.upf.edu/wikis/clam/index.php/Devel/Ladspa_Plugins_TODOs
>     <http://iua-share.upf.edu/wikis/clam/index.php/Devel/Ladspa_Plugins_TODOs>
>     to see what's going to be next.
> 
>     This patch allows to set LADSPA_PATH with multiple directories. If
>     no path it's defined, it'll look for /usr/lib/ladspa,
>     /usr/local/lib/ladspa and ~/.ladspa.
> 
> 




More information about the clam-devel mailing list