add WebMIDIAPI shim to all the demos

Web MIDI API support works with jazz-soft.net plugin installed, this means users will not need to download Soundfonts from your website, rather they will use their built-in sound banks. This shim by @cwilso provides a preview of the upcoming Web MIDI API, an exciting addition to the W3 specs!
This commit is contained in:
Michael Deal 2013-01-25 21:33:59 -08:00
parent 1513ddafda
commit ffdb8fc93a
5 changed files with 17 additions and 11 deletions

View file

@ -2,6 +2,7 @@
<html lang="en">
<head>
<title>Whitney Music Box in HTML5</title>
<!-- midi.js package -->
<script src="./js/Color/SpaceW3.js" type="text/javascript"></script>
<script src="./js/MIDI/AudioDetect.js" type="text/javascript"></script>
<script src="./js/MIDI/LoadPlugin.js" type="text/javascript"></script>
@ -12,10 +13,11 @@
<script src="./js/Window/Event.js" type="text/javascript"></script>
<script src="./js/Window/DOMLoader.XMLHttp.js" type="text/javascript"></script>
<script src="./js/Window/DOMLoader.script.js" type="text/javascript"></script>
<!-- base642binary package -->
<script src="./inc/Polyfill/Base64.js" type="text/javascript"></script>
<!-- extras -->
<script src="./inc/WebMIDIAPI.js" type="text/javascript"></script>
<script src="./inc/Base64.js" type="text/javascript"></script>
<script src="./inc/base64binary.js" type="text/javascript"></script>
<!-- google fonts package -->
<!-- font -->
<link href="http://fonts.googleapis.com/css?family=Andada" rel="stylesheet" type="text/css" />
<style>
body {