我安装了 ewapatches,如下所示:
sudo su
echo "deb https://www.fbriere.net/debian stable misc" > /etc/apt/sources.list.d/midi-fbriere.net.list
wget -q -O- 'https://www.fbriere.net/public_key.html' | sudo apt-key add -
wget -q -O- 'http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x96B4BF71E4D7FB01' | sudo apt-key add -
apt install eawpatches-package
并按照说明进行操作https://help.ubuntu.com/community/Midi/SoftwareSynthesisHowTo
但似乎没有这样的文件/etc/timidity/eawpatches.cfg
,只是/usr/share/eawpatches-package/eawpatches.cfg
如果我将它添加到我的胆怯配置中,两个文件都不起作用
我收到此错误:
gravis.cfg: No such file or directory
gsdrums.cfg: No such file or directory
gssfx.cfg: No such file or directory
xgmap2.cfg: No such file or directory
timidity: Error reading configuration file.
Please check /etc/timidity/timidity.cfg
答案1
我没有用过这个软件,但是根据经验我得到了以下步骤:
- 从包中运行
make-eawpatches-package
脚本eawpatches-package
(它将下载补丁包并创建名为的 deb 包eawpatches_12-10+local_all.deb
) 使用以下方式安装 deb-package
sudo apt-get install ./eawpatches_12-10+local_all.deb
结果你将安装 cfg 文件:
$ dpkg -L eawpatches | grep /etc /etc /etc/timidity /etc/timidity/eawpatches /etc/timidity/eawpatches/default.cfg /etc/timidity/eawpatches/gravis.cfg /etc/timidity/eawpatches/gsdrums.cfg /etc/timidity/eawpatches/gssfx.cfg /etc/timidity/eawpatches/mt-32.cfg /etc/timidity/eawpatches/proteus2.cfg /etc/timidity/eawpatches/sndfont.cfg /etc/timidity/eawpatches/sustain.cfg /etc/timidity/eawpatches/xgmap2.cfg /etc/timidity/eawpatches.cfg
以及*.pat
里面的文件/usr/share/midi/eawpatches/*
。
/usr/share/doc/eawpatches-package/README.Debian
此方法在和 中有记录/usr/share/eawpatches-package/README.Debian
。