Enable eawpatches midi soundfont as alternative to freepats
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I installed ewapatches like:
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
and followed the instruction on https://help.ubuntu.com/community/Midi/SoftwareSynthesisHowTo
But it seems there is no such file /etc/timidity/eawpatches.cfg, only /usr/share/eawpatches-package/eawpatches.cfg but neither file work, if I add it to my timidity config
I get this error:
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
18.04 sound midi timidity
add a comment |
I installed ewapatches like:
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
and followed the instruction on https://help.ubuntu.com/community/Midi/SoftwareSynthesisHowTo
But it seems there is no such file /etc/timidity/eawpatches.cfg, only /usr/share/eawpatches-package/eawpatches.cfg but neither file work, if I add it to my timidity config
I get this error:
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
18.04 sound midi timidity
What is your Ubuntu version?
– N0rbert
Apr 1 at 19:00
Ubuntu 18.04 bionic
– rubo77
Apr 1 at 19:20
add a comment |
I installed ewapatches like:
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
and followed the instruction on https://help.ubuntu.com/community/Midi/SoftwareSynthesisHowTo
But it seems there is no such file /etc/timidity/eawpatches.cfg, only /usr/share/eawpatches-package/eawpatches.cfg but neither file work, if I add it to my timidity config
I get this error:
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
18.04 sound midi timidity
I installed ewapatches like:
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
and followed the instruction on https://help.ubuntu.com/community/Midi/SoftwareSynthesisHowTo
But it seems there is no such file /etc/timidity/eawpatches.cfg, only /usr/share/eawpatches-package/eawpatches.cfg but neither file work, if I add it to my timidity config
I get this error:
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
18.04 sound midi timidity
18.04 sound midi timidity
edited Apr 1 at 19:21
N0rbert
25.7k855122
25.7k855122
asked Apr 1 at 18:51
rubo77rubo77
15.5k31100207
15.5k31100207
What is your Ubuntu version?
– N0rbert
Apr 1 at 19:00
Ubuntu 18.04 bionic
– rubo77
Apr 1 at 19:20
add a comment |
What is your Ubuntu version?
– N0rbert
Apr 1 at 19:00
Ubuntu 18.04 bionic
– rubo77
Apr 1 at 19:20
What is your Ubuntu version?
– N0rbert
Apr 1 at 19:00
What is your Ubuntu version?
– N0rbert
Apr 1 at 19:00
Ubuntu 18.04 bionic
– rubo77
Apr 1 at 19:20
Ubuntu 18.04 bionic
– rubo77
Apr 1 at 19:20
add a comment |
1 Answer
1
active
oldest
votes
I have never used this software, but empirically I got the following steps:
- run
make-eawpatches-packagescript fromeawpatches-packagepackage (it will download the patches package and create deb-package namedeawpatches_12-10+local_all.deb)
install deb-package with
sudo apt-get install ./eawpatches_12-10+local_all.deb
As the result you will have the cfg-files installed:
$ 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
along with *.pat files inside /usr/share/midi/eawpatches/*.
This method is documented in /usr/share/doc/eawpatches-package/README.Debian and in /usr/share/eawpatches-package/README.Debian.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1130431%2fenable-eawpatches-midi-soundfont-as-alternative-to-freepats%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I have never used this software, but empirically I got the following steps:
- run
make-eawpatches-packagescript fromeawpatches-packagepackage (it will download the patches package and create deb-package namedeawpatches_12-10+local_all.deb)
install deb-package with
sudo apt-get install ./eawpatches_12-10+local_all.deb
As the result you will have the cfg-files installed:
$ 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
along with *.pat files inside /usr/share/midi/eawpatches/*.
This method is documented in /usr/share/doc/eawpatches-package/README.Debian and in /usr/share/eawpatches-package/README.Debian.
add a comment |
I have never used this software, but empirically I got the following steps:
- run
make-eawpatches-packagescript fromeawpatches-packagepackage (it will download the patches package and create deb-package namedeawpatches_12-10+local_all.deb)
install deb-package with
sudo apt-get install ./eawpatches_12-10+local_all.deb
As the result you will have the cfg-files installed:
$ 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
along with *.pat files inside /usr/share/midi/eawpatches/*.
This method is documented in /usr/share/doc/eawpatches-package/README.Debian and in /usr/share/eawpatches-package/README.Debian.
add a comment |
I have never used this software, but empirically I got the following steps:
- run
make-eawpatches-packagescript fromeawpatches-packagepackage (it will download the patches package and create deb-package namedeawpatches_12-10+local_all.deb)
install deb-package with
sudo apt-get install ./eawpatches_12-10+local_all.deb
As the result you will have the cfg-files installed:
$ 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
along with *.pat files inside /usr/share/midi/eawpatches/*.
This method is documented in /usr/share/doc/eawpatches-package/README.Debian and in /usr/share/eawpatches-package/README.Debian.
I have never used this software, but empirically I got the following steps:
- run
make-eawpatches-packagescript fromeawpatches-packagepackage (it will download the patches package and create deb-package namedeawpatches_12-10+local_all.deb)
install deb-package with
sudo apt-get install ./eawpatches_12-10+local_all.deb
As the result you will have the cfg-files installed:
$ 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
along with *.pat files inside /usr/share/midi/eawpatches/*.
This method is documented in /usr/share/doc/eawpatches-package/README.Debian and in /usr/share/eawpatches-package/README.Debian.
answered Apr 1 at 19:33
N0rbertN0rbert
25.7k855122
25.7k855122
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1130431%2fenable-eawpatches-midi-soundfont-as-alternative-to-freepats%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What is your Ubuntu version?
– N0rbert
Apr 1 at 19:00
Ubuntu 18.04 bionic
– rubo77
Apr 1 at 19:20