-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
26 lines (20 loc) · 933 Bytes
/
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
<html>
<head>
<link rel="stylesheet/less" type="text/css" href="css/site.less">
<script src="dependencies/less.min.js"></script>
</head>
<body>
<div class="intro">
<h3>Web Audio Basics</h3>
<p>Welcome to Web Audio Basics. Following along using the readmes in the <a href="https://github.com/kylestetz/Web-Audio-Basics">GitHub repo</a>.</p>
<ul>
<li><a href="1-Oscillators-and-Frequency/">1 - Oscillators and Frequency</a></li>
<li><a href="2-Using-Math-to-Make-Notes/">2 - Using Math to Make Notes</a></li>
<li><a href="3-Scheduling-Things-in-Advance/">3 - Scheduling Things in Advance</a></li>
<li><a href="4-Continuous-Sequencing/">4 - Continuous Sequencing</a></li>
<li><a href="5-Playing-Samples/">5 - Playing Samples</a></li>
<li><a href="6-Manipulating-Samples/">6 - Manipulating Samples</a></li>
</ul>
</div>
</body>
</html>