--- /dev/null
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8" />
+ <title>Music I've Made</title>
+ <meta property="og:title" content="Music I've Made" />
+ <meta name="twitter:title" content="Music I've Made" />
+ <meta
+ name="description"
+ content="Sometimes I make music. Then I upload it here."
+ />
+ <meta
+ property="og:description"
+ content="Sometimes I make music. Then I upload it here."
+ />
+ <meta
+ name="twitter:description"
+ content="Sometimes I make music. Then I upload it here."
+ />
+ <meta
+ property="article:published_time"
+ content="2025-03-02T00:00:00+00:00"
+ />
+ <link rel="stylesheet" href="../main.css" />
+ </head>
+ <body class="whole-site">
+ <div>
+ <iframe class="embed-title" src="../shared/title.html"> </iframe>
+ <div class="main-container">
+ <div class="main">
+ <div class="entry">
+ <a href="../index.html">Home</a>
+ <div class="title-block">
+ <h3 class="blog-title">Music I've Made</h3>
+ <h3 class="datestamp">02/03/2025</h3>
+ </div>
+ <div class="content">
+ <p>
+ I am by no means a professional, but I like to mess around with
+ 'toy synths,' the kind of thing that Teenage Engineering make.
+ That isn't the OP-1, anyway.
+ </p>
+ <p>
+ I got their EP-1320 recently and it's a delightful bit of kit in
+ the same way their pocket operators are. Basically takes a lot
+ of the pain and sufferring out of composing music and allows you
+ to build up a beat from first principles. It's fun!
+ </p>
+ <p>
+ There's not much memory on the thing tho so I'm dropping 'done'
+ tracks here. Maybe I'll collect them in an album if I make
+ enough one day.
+ </p>
+ </div>
+ <div class="audio-block">
+ <a class="audio-title" href="music/groovin in the tavern.mp3"
+ ><h3>Groovin' In The Tavern</h3></a
+ >
+ <audio class="audio-player" controls>
+ <source
+ src="music/groovin in the tavern.mp3"
+ type="audio/mpeg"
+ />
+ Your browser does not support the audio tag.
+ </audio>
+ </div>
+ </div>
+ </div>
+ </div>
+ <iframe class="embed-links" src="../shared/links.html"> </iframe>
+ <iframe class="embed-footer" src="../shared/footer.html"> </iframe>
+ </div>
+ </body>
+</html>
font-family: 'Source Code Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
+.audio-block {
+ display: flex;
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+
+.audio-title {
+ flex: 1;
+}
+
body {
font-family: 'Source Code Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: bisque;