WIP: The MuSiCaL Update #1

Draft
unfunny wants to merge 27 commits from music into master
Showing only changes of commit ba2d558003 - Show all commits

View File

@@ -63,5 +63,7 @@ if (isplaying == "false") {
console.log("music do be the playing")
} else if (isplaying == "idk") {
console.warn("idk if there be music")
console.log("showing error anyways")
document.getElementById("autoplay").innerHTML = "<p>Music is playing, but your autoplay is turned off.</p><noscript>JS is off, MIDIjs won't be able to play audio anyways.</noscript> <button onclick=MIDIjs.play(song, true)>Play Music</button>"
}
}