-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeveloper.html
65 lines (55 loc) · 2.5 KB
/
Developer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Table of contents for the documentation of the Überton VST plugin project">
<meta name="author" content="Überton">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="ico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="ico/favicon-16x16.png">
<link rel="manifest" href="ico/site.webmanifest">
<link rel="mask-icon" href="ico/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/main_developer.css">
<link rel="stylesheet" href="css/documentation.css">
<title>Überton Dev · Developer</title>
<script>// prevent css transitions on start</script>
</head>
<body>
<a href="#main-content" class="skip-to-content">Skip to content</a>
<div class="logo">
<img src="media/img/logo_black_glow.svg">
</div>
<nav>
<a href="./">Home</a>
<a href="Plugins">Plugins</a>
<a class="sel" href="javascript:void(0)">Developer</a>
<a href="https://github.com/Uberton/Uberton" target="_blank">Source Code</a>
</nav>
<div class="main-wrapper">
<main id="main-content">
<h1>
Documentation for Developers
</h1>
<p>
Überton is entirely open-source, you can get the source code from Github and build the
audio plugins on your maschine.
</p>
<p>
In this developer section you can find information for building and modifying the plugins of the Überton
project (or creating new ones) and how to contribute or fix errors.
</p>
<p>
<ul>
<li><a href="developer/Installation_and_Setup">Installation and Setup</a></li>
<li><a href="developer/Overview_uberton_repository">Overview of the Überton repository</a></li>
<li><a href="developer/Creating_a_new_plugin_project">Creating a new plugin project</a></li>
<li><a href="developer/Audio_Programming_for_Beginners">Audio programming for beginners</a></li>
</ul>
</p>
</main>
</div>
</body>
</html>