-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
49 lines (38 loc) · 1.5 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2023-12-21 Thu 18:47 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>cl-collider Tutorial</title>
<meta name="author" content="modula t. worm" />
<meta name="generator" content="Org Mode" />
</head>
<body>
<div id="content" class="content">
<header>
<h1 class="title">cl-collider Tutorial</h1>
</header><p>
This is a tutorial for <a href="https://github.com/byulparan/cl-collider">cl-collider</a>, a Common Lisp interface to the <a href="https://supercollider.github.io/">SuperCollider</a> sound server.
</p>
<p>
The tutorial is <a href="https://defaultxr.github.io/cl-collider-tutorial/">viewable online</a>, as is <a href="https://github.com/defaultxr/cl-collider-tutorial">its repo</a>.
</p>
<ol class="org-ol">
<li value="0"><a href="index.html">Contents</a></li>
<li><a href="01-introduction.html">Introduction</a></li>
<li><a href="02-getting-started.html">Getting Started</a></li>
<li><a href="03-make-a-sound.html">Make a Sound</a></li>
<li><a href="04-further-soundmaking.html">Further Soundmaking</a></li>
<li><a href="05-sampling.html">Sampling</a></li>
<li><a href="06-sequencing.html">Sequencing</a></li>
<li><a href="07-effects.html">Effects</a></li>
<li><a href="08-architecture.html">Architecture</a></li>
<li><a href="09-other-libraries.html">Appendix A: Other Libraries</a></li>
</ol>
</div>
<div id="postamble" class="status">
<p class="date">Last updated: 2023-12-21 Thu 18:47</p>
</div>
</body>
</html>