-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (21 loc) · 1.01 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
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>p5test</title>
<link rel="shortcut icon" href="">
<script src="https://unpkg.com/@webcomponents/webcomponentsjs@^2/webcomponents-bundle.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tone/13.0.1/Tone.min.js"></script>
<script src="libraries/p5.js" type="text/javascript"></script>
<script src="libraries/p5.play.js" type="text/javascript"></script>
<script src="libraries/p5.dom.js" type="text/javascript"></script>
<script src="src/synth/oscillators.js" type="text/javascript"></script>
<script src="src/synth/envelopes.js" type="text/javascript"></script>
<script src="src/Interface/GeneralBackground.js" type="text/javascript"></script>
<script src="src/Interface/Quadrante5.js" type="text/javascript"></script>
<script src="test.js" type="text/javascript"></script>
<style> body {padding: 0; margin: 0;} canvas {vertical-align: top;} </style>
</head>
<body>
</body>
</html>