Enable eawpatches midi soundfont as alternative to freepats





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















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









share|improve this question

























  • What is your Ubuntu version?

    – N0rbert
    Apr 1 at 19:00











  • Ubuntu 18.04 bionic

    – rubo77
    Apr 1 at 19:20


















1















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









share|improve this question

























  • What is your Ubuntu version?

    – N0rbert
    Apr 1 at 19:00











  • Ubuntu 18.04 bionic

    – rubo77
    Apr 1 at 19:20














1












1








1








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









share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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



















  • 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










1 Answer
1






active

oldest

votes


















1














I have never used this software, but empirically I got the following steps:




  1. run make-eawpatches-package script from eawpatches-package package (it will download the patches package and create deb-package named eawpatches_12-10+local_all.deb)


  2. 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.






share|improve this answer
























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    1














    I have never used this software, but empirically I got the following steps:




    1. run make-eawpatches-package script from eawpatches-package package (it will download the patches package and create deb-package named eawpatches_12-10+local_all.deb)


    2. 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.






    share|improve this answer




























      1














      I have never used this software, but empirically I got the following steps:




      1. run make-eawpatches-package script from eawpatches-package package (it will download the patches package and create deb-package named eawpatches_12-10+local_all.deb)


      2. 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.






      share|improve this answer


























        1












        1








        1







        I have never used this software, but empirically I got the following steps:




        1. run make-eawpatches-package script from eawpatches-package package (it will download the patches package and create deb-package named eawpatches_12-10+local_all.deb)


        2. 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.






        share|improve this answer













        I have never used this software, but empirically I got the following steps:




        1. run make-eawpatches-package script from eawpatches-package package (it will download the patches package and create deb-package named eawpatches_12-10+local_all.deb)


        2. 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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 1 at 19:33









        N0rbertN0rbert

        25.7k855122




        25.7k855122






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Category:香港粉麵

            List *all* the tuples!

            Channel [V]