About embed midi files on a webpage

后端 未结 7 1002
失恋的感觉
失恋的感觉 2021-02-13 19:18

I am working on a project related to vintage web designs. I would like to embed and autoplay a midi file but:

  1. It doesen\'t work on IOS (I tried with my ipad)
7条回答
  •  一个人的身影
    2021-02-13 19:43

    Browsers dropped support for playing MIDI files natively over time. You might want to try MIDI.js, a JavaScript based cross browser library.

    Add the MIDI.js script to your webpage:

        
    

    And then add a link to start playing:

        Play My Song
    

    Take a look at http://www.midijs.net for details.

提交回复
热议问题