-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<meta name="description" content="can your brain not generate random chords? no? then please rely on computers for that stuff to be done. i, detpik, cannot recommend this randomchordgenerator enough (saying this because someone has to, apparently). i am being so sincere here.">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="app.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>rcg. generate music like never b4.</title>
</head>
<body>
<div class="container">
<h1 id="trashgoeshere">
hypothetically speaking, let's not rest. geddit?
</h1>
</div>
<!-- <p>honestly speaking, i wouldn't want to use this generator for my music. but you—you, person—are a systematically unique being of unique choices with even unique-r prophecies to fulfill. choose all the way you want to :)</p> -->
<div class= 'instructions'>
<p>the first adjective decides the quality of the third and the fifth. the second one, if present, describes the same for the seventh. the third adjective(?) determines the chord voicing (inversion).</p>
<p>[1] one answer that i am yet to find out is this: who the heck would ever want to use this tool? marvin won't. *that* i am certain of.</p>
<p>[2] if not a seventh chord, assume inversion 'd' to be equivalent to 'a'. you'd know what those terms mean if you are a musician. if not, what *are* you doing here?</p>
</div>
</body>
</html>
<!-- who knows what secrets these comments hide with their winky faces ;) -->