Thanks! The LADSPA descriptors are lowercased indeed, and that was my problem. The 'inspect' utility provided with liquidsoap returns mixed-cased (e.g. fastLookaheadLimiter) descriptors and I never thought of looking at the output of --list-plugins before, silly me. Sorry for this.
Cheers mate. David Baelde a écrit : > Hi, > > Indeed, I don't remember having a good page about ladspa in our doc. > We should fix that. It's simple: > > On Sat, Nov 22, 2008 at 1:44 AM, okay_awright <[EMAIL PROTECTED]> wrote: >> I've quickly read the related operator source files and it appears I >> must first set the environmental variable LIQ_LADSPA=true and >> LIQ_LADSPA_PATH=/usr/pkg/lib/ladspa (the actual path to my plugins) and >> then call them within the script using the ladspa.<descriptor name> >> syntax (e.g. lasdpa.fastLookaheadLimiter(source)). When checking >> (--check) the resulting script, I get an "unbound symbol" error though. > > The LIQ_LADSPA variable is only useful for disabling ladspa, it's > enabled by default. The PATH variable is also only useful if the > default path is not enough for you. > > With my liquidsoap compiled with ladspa, I can simply do "liquidsoap > --list-plugins | less" and I find there lots of ladspa.* operators: > ladspa.amp_mono, ... ladspa.artificial_latency, etc and also > ladspa.fastlookaheadlimiter. > > The --list-plugins is useful to avoid guessing the operators' names. > Notice however that the ladspa.* operators are omitted from the > reference in the doc because there are too many of them. > > Have fun! -- best regards, sincèrement, okay_awright <okay_awrightATddcrDOTbiz> Public PGP key on request ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
