mirror of
https://github.com/notwa/rc
synced 2024-11-04 22:39:02 -08:00
fix ladspa
This commit is contained in:
parent
5ce9a3f562
commit
b8a50ac447
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ _M_KILL="$_M_STEREO,$_M_PRE_EMPH,$_M_COMPRESS,$_M_POST_EMPH"
|
|||
getladspa() {
|
||||
REPLY=""
|
||||
if [ -e "/usr/lib/ladspa/${1}.so" ]; then
|
||||
REPLY="ladspa=file=${1}.so:label=${1}"
|
||||
REPLY="ladspa=f=${1}:p=${1}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue