-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (67 loc) · 2.46 KB
/
index.html
File metadata and controls
82 lines (67 loc) · 2.46 KB
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
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>renoise.github.io</title>
<link rel="stylesheet" href="ldoc.css" type="text/css" />
</head>
<body>
<div id="header" style="padding-left: 10px; padding-top: 16px; ">
<h1><img src="images/renoise_logo_tag.png" style="height:50px">renoise.github.io</h1>
</div>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
</div>
<div id="content">
<h1>Renoise API scripting</h1>
<p>This page lists developer documentation and resources relevant to the Renoise API</p>
<h2>Resources</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="https://www.github.com/renoise/xrnx">Renoise Lua Scripting</a></td>
<td class="summary">The main repository for Renoise API scripting.</td>
</tr>
<tr>
<td class="name"><a href="docs/index.html">Official Documentation</a></td>
<td class="summary">The Renoise API Documentation (HTML)</td>
</tr>
<tr>
<td class="name"><a href="docs.zip">Official Documentation (.zip)</a></td>
<td class="summary">The Renoise API Documentation (HTML, zipped).</td>
</tr>
</table>
<h2>Lua Documentation</h2>
<table class="module_list">
<tr>
<td class="name" nowrap><a href="libraries/clib/index.html">cLib library</a></td>
<td class="summary">cLib is a suite of classes for Lua scripting in Renoise.</td>
</tr>
<tr>
<td class="name" nowrap><a href="libraries/vlib/index.html">vLib library</a></td>
<td class="summary">vLib extends the Renoise viewbuilder API with additional components</td>
</tr>
<tr>
<td class="name" nowrap><a href="libraries/xlib/index.html">xLib library</a></td>
<td class="summary">xLib provide additional functionality for the Renoise song API</td>
</tr>
<tr>
<td class="name" nowrap><a href="libraries/duplex/index.html">Duplex framework</a></td>
<td class="summary">Duplex is a framework for creating OSC/MIDI-enabled tools</td>
</tr>
</table>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>Information on this page is relevant to the <a href="http://github.com/renoise/">Renoise</a> repositories</i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>