Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Web MIDI monosynth using Web Audio</title>

<!-- Set up Web MIDI polyfill -->
<script src='//cwilso.github.com/WebMIDIAPIShim/lib/WebMIDIAPI.js'></script>
<script src='https://cwilso.github.com/WebMIDIAPIShim/lib/WebMIDIAPI.js'></script>

<script>
/* Copyright 2013 Chris Wilson
Expand Down Expand Up @@ -122,4 +122,4 @@

<h2 id="badtime" style="visibility:hidden">No MIDI input devices present. You're gonna have a bad time.</h2>
</body>
</html>
</html>