mirror of
https://github.com/notwa/rc
synced 2024-11-04 12:59:02 -08:00
Merge branch 'master' of github.com:notwa/rc
This commit is contained in:
commit
246c4c892c
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