-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
37 lines (33 loc) · 1.26 KB
/
index.htm
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
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Severák's synths</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://tilde.town/~severak/flogiston-tui.css">
<meta property="og:title" content="Severák's synths" />
<meta property="og:image" content="https://www.gravatar.com/avatar/21621c02d6a6ab7b07b4a6982b6ec68e.jpg?s=300" />
<meta property="og:type" content="website" />
<meta property="og:description" content="various synths in javascript / html5 / webmidi" />
</head>
<body>
<div class="flogiston-page">
<div class="flogiston-article">
<h1>Severák's synths</h1>
<p>I wanted to do a album with the sound of the 50s,<br>
The sound of the 60s, of the 70s and then<br>
have a sound of the future</br>
And I said: "Wait a second<br>
I know the synthesizer, why don't I use the synthesizer<br>
Which <em>is</em> the sound of the future"</p>
<p>-- <a href="https://youtu.be/zhl-Cs1-sG4?t=37">Giorgo Moroder</a></p>
<hr>
<ul>
<li><a href="drumz.htm">drum machine</a></li>
</ul>
<h2>source code? repository?</h2>
<p>see <a href="https://github.com/severak/synths">https://github.com/severak/synths</a></p>
</div>
</div>
</body>
</html>