cifkao / html-midi-player

🎹 Play and display MIDI files on the web
https://cifkao.github.io/html-midi-player/
BSD 2-Clause "Simplified" License
630 stars 56 forks source link

path from directory #15

Closed omkarprissoft closed 3 years ago

omkarprissoft commented 3 years ago

sir how I gave midi file path from my local directory

cifkao commented 3 years ago

The player unfortunately cannot play local files, they have to be loaded from a server. This is because JavaScript cannot access local files in modern browsers.

For local development, you need to use a HTTP server, e.g. http-server or live-server from NPM. Or you can upload your file somewhere.