How to play MIDI files directly in chrome?











up vote
11
down vote

favorite
1












Is there a way to make chrome able to play .mid files directly in the browser? For example, in Wikipdia there are many audio files in the right that are downloaded when clicking on them. The "help" page that is linked near the files is confusing and seems to only give the solution for .ogg files, for which chrome has a built-in support.



Any way to play these .mid files in browser just like .ogg?










share|improve this question






















  • Please see What should I do when someone answers my question ?
    – C0deDaedalus
    May 27 at 15:51










  • html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
    – Babblo
    Nov 12 at 13:59















up vote
11
down vote

favorite
1












Is there a way to make chrome able to play .mid files directly in the browser? For example, in Wikipdia there are many audio files in the right that are downloaded when clicking on them. The "help" page that is linked near the files is confusing and seems to only give the solution for .ogg files, for which chrome has a built-in support.



Any way to play these .mid files in browser just like .ogg?










share|improve this question






















  • Please see What should I do when someone answers my question ?
    – C0deDaedalus
    May 27 at 15:51










  • html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
    – Babblo
    Nov 12 at 13:59













up vote
11
down vote

favorite
1









up vote
11
down vote

favorite
1






1





Is there a way to make chrome able to play .mid files directly in the browser? For example, in Wikipdia there are many audio files in the right that are downloaded when clicking on them. The "help" page that is linked near the files is confusing and seems to only give the solution for .ogg files, for which chrome has a built-in support.



Any way to play these .mid files in browser just like .ogg?










share|improve this question













Is there a way to make chrome able to play .mid files directly in the browser? For example, in Wikipdia there are many audio files in the right that are downloaded when clicking on them. The "help" page that is linked near the files is confusing and seems to only give the solution for .ogg files, for which chrome has a built-in support.



Any way to play these .mid files in browser just like .ogg?







google-chrome google-chrome-extensions midi






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 29 '15 at 21:05









Keldeo

5615




5615












  • Please see What should I do when someone answers my question ?
    – C0deDaedalus
    May 27 at 15:51










  • html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
    – Babblo
    Nov 12 at 13:59


















  • Please see What should I do when someone answers my question ?
    – C0deDaedalus
    May 27 at 15:51










  • html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
    – Babblo
    Nov 12 at 13:59
















Please see What should I do when someone answers my question ?
– C0deDaedalus
May 27 at 15:51




Please see What should I do when someone answers my question ?
– C0deDaedalus
May 27 at 15:51












html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
– Babblo
Nov 12 at 13:59




html5 + js do the trick. Take a look at this answer stackoverflow.com/a/14168174/722135
– Babblo
Nov 12 at 13:59










3 Answers
3






active

oldest

votes

















up vote
0
down vote













https://chrome.google.com/webstore/detail/cloud-midi-player/aagimlbccniocacfjiipcfagjpaigiab?hl=en-US



https://chrome.google.com/webstore/detail/midi-player/ggdnfelcdiebaofocemalnfclifhbfij?hl=en-US



extensions exist by now, exactly for this purpose! :)






share|improve this answer





















  • I would like something like this, but which plays it to my MIDI device.
    – ClioCJS
    Jun 6 '17 at 16:08


















up vote
0
down vote













To answer it simply, NO because .mid or MIDI file contains the steps and patterns of a musical instrument being played and not the sounds of the instrument when that pattern is being played.



@rsp explains it well on StackOverflow in this Post.



Coming to Your Question




Any way to play these .mid files in browser just like .ogg ?




There are a number of chrome extensions and Online MIDI player sites. Doing a Google Search will give you enough.






share|improve this answer





















  • idk my browser was playing midi files natively in the 90s.
    – Startec
    Nov 17 at 2:24


















up vote
0
down vote













If you do not want to use a plugin you can try out using a local player for the OS you are using. If you are on Windows you could set up file association for Midi files to, for instance Windows Media Player, and select 'Always Open Files of this type' (or similar worded choice in Chrome) for files like this sample URL (available in Windows 10 I believe);
file:///C:/windows/media/flourish.mid
This way the Windows Media Player will play the Midi file for you.



To associate .mid files to for instance Windows Media Player you can either do this through Settings-Apps-Defaults-by File Type or through Shift-Right click on a .mid file and choose Open With default actions.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    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',
    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%2fsuperuser.com%2fquestions%2f1006954%2fhow-to-play-midi-files-directly-in-chrome%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    https://chrome.google.com/webstore/detail/cloud-midi-player/aagimlbccniocacfjiipcfagjpaigiab?hl=en-US



    https://chrome.google.com/webstore/detail/midi-player/ggdnfelcdiebaofocemalnfclifhbfij?hl=en-US



    extensions exist by now, exactly for this purpose! :)






    share|improve this answer





















    • I would like something like this, but which plays it to my MIDI device.
      – ClioCJS
      Jun 6 '17 at 16:08















    up vote
    0
    down vote













    https://chrome.google.com/webstore/detail/cloud-midi-player/aagimlbccniocacfjiipcfagjpaigiab?hl=en-US



    https://chrome.google.com/webstore/detail/midi-player/ggdnfelcdiebaofocemalnfclifhbfij?hl=en-US



    extensions exist by now, exactly for this purpose! :)






    share|improve this answer





















    • I would like something like this, but which plays it to my MIDI device.
      – ClioCJS
      Jun 6 '17 at 16:08













    up vote
    0
    down vote










    up vote
    0
    down vote









    https://chrome.google.com/webstore/detail/cloud-midi-player/aagimlbccniocacfjiipcfagjpaigiab?hl=en-US



    https://chrome.google.com/webstore/detail/midi-player/ggdnfelcdiebaofocemalnfclifhbfij?hl=en-US



    extensions exist by now, exactly for this purpose! :)






    share|improve this answer












    https://chrome.google.com/webstore/detail/cloud-midi-player/aagimlbccniocacfjiipcfagjpaigiab?hl=en-US



    https://chrome.google.com/webstore/detail/midi-player/ggdnfelcdiebaofocemalnfclifhbfij?hl=en-US



    extensions exist by now, exactly for this purpose! :)







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Jun 2 '17 at 10:16









    cah.irb

    11




    11












    • I would like something like this, but which plays it to my MIDI device.
      – ClioCJS
      Jun 6 '17 at 16:08


















    • I would like something like this, but which plays it to my MIDI device.
      – ClioCJS
      Jun 6 '17 at 16:08
















    I would like something like this, but which plays it to my MIDI device.
    – ClioCJS
    Jun 6 '17 at 16:08




    I would like something like this, but which plays it to my MIDI device.
    – ClioCJS
    Jun 6 '17 at 16:08












    up vote
    0
    down vote













    To answer it simply, NO because .mid or MIDI file contains the steps and patterns of a musical instrument being played and not the sounds of the instrument when that pattern is being played.



    @rsp explains it well on StackOverflow in this Post.



    Coming to Your Question




    Any way to play these .mid files in browser just like .ogg ?




    There are a number of chrome extensions and Online MIDI player sites. Doing a Google Search will give you enough.






    share|improve this answer





















    • idk my browser was playing midi files natively in the 90s.
      – Startec
      Nov 17 at 2:24















    up vote
    0
    down vote













    To answer it simply, NO because .mid or MIDI file contains the steps and patterns of a musical instrument being played and not the sounds of the instrument when that pattern is being played.



    @rsp explains it well on StackOverflow in this Post.



    Coming to Your Question




    Any way to play these .mid files in browser just like .ogg ?




    There are a number of chrome extensions and Online MIDI player sites. Doing a Google Search will give you enough.






    share|improve this answer





















    • idk my browser was playing midi files natively in the 90s.
      – Startec
      Nov 17 at 2:24













    up vote
    0
    down vote










    up vote
    0
    down vote









    To answer it simply, NO because .mid or MIDI file contains the steps and patterns of a musical instrument being played and not the sounds of the instrument when that pattern is being played.



    @rsp explains it well on StackOverflow in this Post.



    Coming to Your Question




    Any way to play these .mid files in browser just like .ogg ?




    There are a number of chrome extensions and Online MIDI player sites. Doing a Google Search will give you enough.






    share|improve this answer












    To answer it simply, NO because .mid or MIDI file contains the steps and patterns of a musical instrument being played and not the sounds of the instrument when that pattern is being played.



    @rsp explains it well on StackOverflow in this Post.



    Coming to Your Question




    Any way to play these .mid files in browser just like .ogg ?




    There are a number of chrome extensions and Online MIDI player sites. Doing a Google Search will give you enough.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Dec 31 '17 at 9:02









    C0deDaedalus

    1,0511216




    1,0511216












    • idk my browser was playing midi files natively in the 90s.
      – Startec
      Nov 17 at 2:24


















    • idk my browser was playing midi files natively in the 90s.
      – Startec
      Nov 17 at 2:24
















    idk my browser was playing midi files natively in the 90s.
    – Startec
    Nov 17 at 2:24




    idk my browser was playing midi files natively in the 90s.
    – Startec
    Nov 17 at 2:24










    up vote
    0
    down vote













    If you do not want to use a plugin you can try out using a local player for the OS you are using. If you are on Windows you could set up file association for Midi files to, for instance Windows Media Player, and select 'Always Open Files of this type' (or similar worded choice in Chrome) for files like this sample URL (available in Windows 10 I believe);
    file:///C:/windows/media/flourish.mid
    This way the Windows Media Player will play the Midi file for you.



    To associate .mid files to for instance Windows Media Player you can either do this through Settings-Apps-Defaults-by File Type or through Shift-Right click on a .mid file and choose Open With default actions.






    share|improve this answer

























      up vote
      0
      down vote













      If you do not want to use a plugin you can try out using a local player for the OS you are using. If you are on Windows you could set up file association for Midi files to, for instance Windows Media Player, and select 'Always Open Files of this type' (or similar worded choice in Chrome) for files like this sample URL (available in Windows 10 I believe);
      file:///C:/windows/media/flourish.mid
      This way the Windows Media Player will play the Midi file for you.



      To associate .mid files to for instance Windows Media Player you can either do this through Settings-Apps-Defaults-by File Type or through Shift-Right click on a .mid file and choose Open With default actions.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        If you do not want to use a plugin you can try out using a local player for the OS you are using. If you are on Windows you could set up file association for Midi files to, for instance Windows Media Player, and select 'Always Open Files of this type' (or similar worded choice in Chrome) for files like this sample URL (available in Windows 10 I believe);
        file:///C:/windows/media/flourish.mid
        This way the Windows Media Player will play the Midi file for you.



        To associate .mid files to for instance Windows Media Player you can either do this through Settings-Apps-Defaults-by File Type or through Shift-Right click on a .mid file and choose Open With default actions.






        share|improve this answer












        If you do not want to use a plugin you can try out using a local player for the OS you are using. If you are on Windows you could set up file association for Midi files to, for instance Windows Media Player, and select 'Always Open Files of this type' (or similar worded choice in Chrome) for files like this sample URL (available in Windows 10 I believe);
        file:///C:/windows/media/flourish.mid
        This way the Windows Media Player will play the Midi file for you.



        To associate .mid files to for instance Windows Media Player you can either do this through Settings-Apps-Defaults-by File Type or through Shift-Right click on a .mid file and choose Open With default actions.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Sep 21 at 19:53









        reben

        1326




        1326






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


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





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2fsuperuser.com%2fquestions%2f1006954%2fhow-to-play-midi-files-directly-in-chrome%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

            Index of /

            Tribalistas

            Listed building