Re: [linux-audio-user] [ANN] AlsaModularSynth 1.1.2

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] [ANN] AlsaModularSynth 1.1.2
From: Frank Barknecht (barknech_AT_ph-cip.uni-koeln.de)
Date: Tue Apr 23 2002 - 17:55:43 EEST


matt yee-king hat gesagt: // matt yee-king wrote:

> i have my ladspa plugs in /usr/local/lib/ladspa as well. i used frank's
> command but changed the directory to /usr/local/lib/ladspa
>
> e.g.
>
> $ find /usr/local/lib/ladspa/ -name "*.so" > ~/.amsrc
>
Now here's my generic solution ready to cut and paste:

for p in $(echo $LADSPA_PATH | sed -e 's/:/ /g'); do find $p -name "*.so" >> ~/.amsrc ; done

ciao,

-- 
 Frank Barknecht                                  _ _______footils__


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Apr 23 2002 - 17:53:22 EEST