-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (86 loc) · 4.62 KB
/
index.html
File metadata and controls
104 lines (86 loc) · 4.62 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="196x196" href="/favicon-192.png">
<link rel="icon" type="image/png" sizes="160x160" href="/favicon-160.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96.png">
<link rel="icon" type="image/png" sizes="64x64" href="/favicon-64.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
<link rel="apple-touch-icon" href="/favicon-57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon-114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon-72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon-144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon-60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon-120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon-76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon-180.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="/favicon-144.png">
<meta name="msapplication-config" content="/browserconfig.xml">
<title>amsynth</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>amsynth</h1>
<h2>Analog Modelling Synthesizer</h2>
</header>
<section>
<img src="images/ScreenShot.png">
</section>
<hr>
<section id="main_content">
<h3>
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>About</h3>
<p>amsynth is an easy-to-use software synth with a classic subtractive synthesizer topology.</p>
<p>
<ul>
<li>Dual oscillators (sine / saw / square / noise) with hard sync</li>
<li>12/24 dB/oct resonant filter (low-pass / high-pass / band-pass / notch)</li>
<li>Mono / poly / legato keyboard modes</li>
<li>Dual ADSR envelope generators (filter & amplitude)</li>
<li>LFO which can modulate the oscillators, filter, and amplitude</li>
<li>Distortion and reverb</li>
</ul>
<p>
<h3>
<a name="downloads" class="anchor" href="#downloads"><span class="octicon octicon-link"></span></a>Downloads</h3>
<p>
<ul>
<li><a class="btn" href="https://github.com/amsynth/amsynth/releases/download/release-1.11.0/amsynth-1.11.0.pkg"><span>amsynth 1.11.0 AudioUnit</span></a> for macOS. <em>Note that double clicking the installer will not work due to the lack of code signing; right or option click the downloaded package and select "Open" to install.</em></li>
<li><a class="btn" href="https://github.com/amsynth/amsynth/releases/download/release-1.13.4/amsynth-1.13.4.tar.gz"><span>amsynth 1.13.4 source code</span></a> for Linux (VST / LV2 / DSSI / JACK / ALSA / OSS)</li>
</ul>
</p>
<p>amsynth is also available in many Linux distributions' package repositories</p>
<h3>
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>amsynth was created by Nick Dowell (<a href="https://github.com/nickdowell" class="user-mention">@nickdowell</a>). The extensive sound banks were created by <a href="http://linuxsynths.com" class="user-mention">briandc</a>, who has also contributed many good feature requests :-)</p>
<h3>
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Links</h3>
<p>
<ul>
<li><a href="https://github.com/amsynth/amsynth/issues" class="user-mention">Bug reports / feature requests</a></li>
</ul>
</p>
</section>
<footer>
<a href="https://github.com/amsynth/amsynth" class="user-mention"><span>View on GitHub</span></a>
</footer>
</div>
</div>
</body>
</html>