31 lines
696 B
HTML
31 lines
696 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
|
||
|
|
<html lang="en">
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
|
||
|
|
<!-- For Windows 8 and 10 to support Jazz Plugin -->
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="requiresActiveX=true"/>
|
||
|
|
|
||
|
|
<title>Web MIDI API Demo</title>
|
||
|
|
|
||
|
|
<script src="dist/app.bundle.js"></script>
|
||
|
|
|
||
|
|
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<p>Open the debugging console and look at the <b>app.js</b> file for usage examples.</p>
|
||
|
|
|
||
|
|
<!-- Jazz Plugin for browsers that do not support Web MIDI-->
|
||
|
|
<object id="Jazz1" classid="CLSID:1ACE1618-1C7D-4561-AEE1-34842AA85E90" class="hidden">
|
||
|
|
<object id="Jazz2" type="audio/x-jazz" class="hidden">
|
||
|
|
<p><a href=http://jazz-soft.net>Jazz-Plugin</a> required!</p>
|
||
|
|
</object>
|
||
|
|
</object>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|