-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
72 lines (63 loc) · 1.8 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<style type="text/css">>
.big {margin: 0pt; font-family: "Arial"; font-size: 18pt}
</style>
</head>
<title>KeyKit Documentation/>></title>
<body>
<table border=0 width=100% bgcolor=#ffcc99><tr><td><font class=big>KeyKit Documentation</td></tr></table>
<p>
<table border=0 cellspacing=5 cellpadding=5>
<tr><td width=30% valign=top>
<a href=doc/tutorial.html>Tutorial</a>
</td><td>
New to KeyKit? Start here.
</td></tr>
<tr><td valign=top>
<a href=doc/faq.html>FAQ</a>
</td><td>
Frequently Asked Questions
</td></tr>
<tr><td valign=top>
<a href=lib/index.html>Tools</a>
</td><td>
In the KeyKit GUI, there are dozens of tools, ranging from simple
volume/tempo controls to a full-featured multi-track sequencer.
</td></tr>
<tr><td valign=top>
<a href=doc/hacking.html>Hacking Guide</a>
</td><td>
Since you have the complete source code to everything,
you can add new Tools and make changes to the existing Tools.
This document tells you how.
</td></tr>
<tr><td valign=top>
<a href=doc/language.html>Language Reference</a>
</td><td>
A complete description of the programming language.
</td></tr>
<tr><td valign=top>
<a href=doc/libdoc.html>Library Functions</a>
</td><td>
Documentation for many of the algorithmic functions in the
user-defined library. All of the source code for these functions
is present in the lib directory.
</td></tr>
<tr><td valign=top>
<a href=doc/keyvar.html>Special Variables</a>
</td><td>
This is a description of the special global variables that
control and tweak various features in KeyKit.
</td></tr>
<tr><td valign=top>
<a href=http://www.nosuch.com/keykit>KeyKit Home Page</a>
</td><td>
The web site where you can download new versions of KeyKit.
You can also search the mailing list archives, which
contain answers to lots of questions from users.
</td></tr>
</ul>
</table>
</body>
</html>