mirror of
https://github.com/vitling/acid-banger.git
synced 2025-09-09 12:30:40 +02:00
First public version
This commit is contained in:
34
index.html
Normal file
34
index.html
Normal file
@@ -0,0 +1,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>
|
Reference in New Issue
Block a user