forked from vitling/acid-banger
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
37 lines (37 loc) · 2.15 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
35
36
37
<!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>Spicy 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="zykure: Spicy 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="https://github.com/zykure/acid-banger/blob/main/preview.png?raw=true" />
<meta property="og:description" content="Algorithmic music experiment by Vitling, extended by Zykure" />
<meta property="music:musician" content="Vitling & Zykure" />
<link rel="stylesheet" href="ui.css">
</head>
<body>
<h2>Spicy 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.
If WebMIDI is supported in your browser, you can also control external synths with this software.
</p>
<p>
The Endless Acid Banger was created by <a href="https://www.vitling.xyz">Vitling</a>.
If you want to support vitling's 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">his</a> <a href="https://midnight-people.bandcamp.com/album/destiny-ep">music</a> or
<a href="https://github.com/sponsors/vitling">sponsoring his GitHub</a>.
Some extras were added by <a href="https://github.com/zykure/">Zykure</a>.
Visit the GitHub project for <a href="https://github.com/zykure/acid-banger/">documentation & source codes</a>.
</p>
</body>
</html>