forked from Tonejs/tonejs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWIP.html
More file actions
95 lines (92 loc) · 3.12 KB
/
Copy pathWIP.html
File metadata and controls
95 lines (92 loc) · 3.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html>
<head>
<title>Tone.js</title>
<script type="text/javascript" src="//tonejs.github.io/Logo/build/Logo.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div id="Topbar"></div>
<script type="text/javascript">
var logo = new Logo({
"width" : 150,
"height" : 30,
"container" : "#Topbar"
});
</script>
<a href="https://github.com/Tonejs/Tone.js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<div id="Content">
<h1>
DEMOS
</h1>
<div id="demos">
<a target="_blank" href="https://musiclab.chromeexperiments.com">
<img src="images/musiclab.jpg">
</a>
<a target="_blank" href="https://apps.musedlab.org/groovepizza/">
<img src="images/groovepizza.png">
</a>
<a target="_blank" href="http://jazz.computer/">
<img src="images/jazzcomputer.jpg">
</a>
<a target="_blank" href="https://motionemotion.herokuapp.com/">
<img src="images/motionemotion.jpg">
</a>
<a target="_blank" href="http://eddietree.github.io/hypercube/">
<img src="images/hypercube.png">
</a>
<a target="_blank" href="http://codepen.io/jakealbaugh/full/qNrZyw/">
<img src="images/arpeggiator.png">
</a>
<a target="_blank" href="http://www.whitevinyldesign.com/solarbeat/">
<img src="images/solarbeats.png">
</a>
<a target="_blank" href="http://www.adultswim.com/etcetera/limp-body-beat/">
<img src="images/bodybeat.png">
</a>
<a target="_blank" href="http://dev.abe.sh/block-chords/">
<img src="images/blockchords.png">
</a>
<a target="_blank" href="http://posttool.github.io/">
<img src="images/notmachinelearning.png">
</a>
<a target="_blank" href="https://calculaural.hasba.ch/">
<img src="images/calculaural.png">
</a>
<a target="_blank" href="http://nexusosc.com/gameofreich/">
<img src="images/gameofreich.png">
</a>
<a target="_blank" href="http://www.unseen-music.com/yume/">
<img src="images/yume.jpg">
</a>
<a target="_blank" href="http://codepen.io/pixelass/full/adyLPR">
<img src="images/808.png">
</a>
<a target="_blank" href="https://tweet-fm.herokuapp.com/">
<img src="images/tweet-fm.png">
</a>
<a target="_blank" href="http://rustleworks.com/textxox/">
<img src="images/XoX.png">
</a>
<a target="_blank" href="http://stepping.audio/">
<img src="images/stepping.png">
</a>
<a target="_blank" href="http://autotel.co/mscompose95/">
<img src="images/mscompose.png">
</a>
<a target="_blank" href="https://deermichel.github.io/pedalboard/">
<img src="images/pedalboard.png">
</a>
<a target="_blank" href="http://douglastarr.com/keyboard-boogie">
<img src="images/keyboardboogie.png">
</a>
</div>
<h1>
HELLO TONE
</h1>
<div>
<script async src="http://jsfiddle.net/yotammann/9eqd9zns/3/embed/js,result/"></script>
</div>
</div>
</body>
</html>