-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
index.html
34 lines (34 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
<!DOCTYPE html>
<!--Copyright 2021 David Whiting-->
<!--This work is licensed under a Creative Commons Attribution 4.0 International License-->
<!--https://creativecommons.org/licenses/by/4.0/-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Endless Acid Banger</title>
<script type="module" src="js/app.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="vitling: The Endless Acid Banger" />
<meta property="og:type" content="music.song" />
<meta property="og:url" content="http://www.vitling.com/toys/acid-banger/" />
<meta property="og:image" content="http://www.vitling.com/toys/acid-banger/preview.png" />
<meta property="og:description" content="Algorithmic music experiement by Vitling" />
<meta property="music:musician" content="Vitling" />
<link rel="stylesheet" href="ui.css">
</head>
<body>
<h2>The Endless Acid Banger</h2>
<p>
The music you hear is generated in your browser by a randomised algorithm, below you can see the notes and parameters that are currently in use.
You can also interact with various parameters and buttons manually.
The green autopilot switches change how automatic playback is. Leave them on for a lean-back experience.
Buttons labelled ⟳ will generate new patterns.
</p>
<p>
The Endless Acid Banger was created by <a href="https://www.vitling.xyz">Vitling</a>.
If you want to support my work, please consider
<a href="https://music.vitling.xyz/album/long-walks-and-tough-talks">buying</a> <a href="https://edgenetwork.bandcamp.com/album/edge001-spaceport-lounge-music">my</a> <a href="https://midnight-people.bandcamp.com/album/destiny-ep">music</a> or
<a href="https://github.com/sponsors/vitling">sponsoring my GitHub</a>.
</p>
</body>
</html>