1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 10:53:23 -07:00

fix ladspa

This commit is contained in:
Connor Olding 2015-12-11 06:30:03 -08:00
parent 5ce9a3f562
commit b8a50ac447

View File

@ -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
}