-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 916 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Flocking MIDI Interchange Demos</title>
</head>
<body>
<ul>
<li><a href="demos/launchpad.html">Launchpad Demo</a></li>
<li><a href="demos/launchpad-pro.html">Launchpad Pro Demo</a></li>
<li><a href="demos/duet.html">"Duet" Demo</a></li>
<li><a href="demos/launchpad-duet.html">"Launchpad Duet" Demo</a></li>
<li><a href="demos/model-relay.html">"Model Relay" Demo</a></li>
<li><a href="demos/odd-couple.html">"Odd Couple" Demo</a></li>
<li><a href="demos/animated-oda.html">Animated ODA Demo</a></li>
<li><a href="demos/lazy-consensus.html">"Lazy Consensus" Demo</a></li>
<li><a href="demos/extended-release.html">"Extended Release" Demo</a></li>
<li><a hjef="demos/patchbay.html">"Patchbay" Demo</a></li>
<li><a hjef="demos/polar-vortex.html">"Polar Vortex" Demo</a></li>
</ul>
</body>
</html>