-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (23 loc) · 1.21 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Imitation Lab</title>
<link rel="shortcut icon" href="img/favicon3.png" />
<script src='https://cwilso.github.io/WebMIDIAPIShim/build/WebMIDIAPI.min.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tone/14.7.58/Tone.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tensorflow/1.2.8/tf.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@magenta/[email protected]/es6/core.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@magenta/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/@magenta/[email protected]/es6/music_vae.js"></script>
<script src='https://surikov.github.io/webaudiofont/npm/dist/WebAudioFontPlayer.js'></script>
<script src='https://surikov.github.io/webaudiofontdata/sound/0000_JCLive_sf2_file.js'></script>
<script src='https://surikov.github.io/webaudiofontdata/sound/12842_0_SBLive_sf2.js'></script>
<script src='https://surikov.github.io/webaudiofontdata/sound/12844_0_SBLive_sf2.js'></script>
</head>
<body>
<div id="root"></div>
<script src="./index.js"></script>
</body>
</html>