-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (22 loc) · 1.03 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
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<!-- <script src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.7.8/aframe/build/aframe-ar.js"></script> -->
<script src="https://unpkg.com/@webcomponents/webcomponentsjs@^2/webcomponents-bundle.js"></script>
<script src="https://unpkg.com/tone"></script>
<script src="https://unpkg.com/@tonejs/ui"></script>
<script src="https://cdn.jsdelivr.net/npm/@magenta/music@^1.0.0"></script>
<script src="ReteRNN.js"></script>
<script src="script.js"></script>
<body style='margin : 0px; overflow: hidden;'>
<h1>Ciao sono la rete neurale di Tomas...abilita l'audio e poi suona ua piccola frase...</h1>
<button onclick="readNote()">Clicca qui per abilitare l'audio prima di suonare...</button>
<tone-keyboard octaves="2"></tone-keyboard>
</body>
</html>