]> fortfriendship.online Git - gnargle.github.io.git/blob - diversions/musicivemade.html
add music i've made diversion
[gnargle.github.io.git] / diversions / musicivemade.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8" />
5 <title>Music I've Made</title>
6 <meta property="og:title" content="Music I've Made" />
7 <meta name="twitter:title" content="Music I've Made" />
8 <meta
9 name="description"
10 content="Sometimes I make music. Then I upload it here."
11 />
12 <meta
13 property="og:description"
14 content="Sometimes I make music. Then I upload it here."
15 />
16 <meta
17 name="twitter:description"
18 content="Sometimes I make music. Then I upload it here."
19 />
20 <meta
21 property="article:published_time"
22 content="2025-03-02T00:00:00+00:00"
23 />
24 <link rel="stylesheet" href="../main.css" />
25 </head>
26 <body class="whole-site">
27 <div>
28 <iframe class="embed-title" src="../shared/title.html"> </iframe>
29 <div class="main-container">
30 <div class="main">
31 <div class="entry">
32 <a href="../index.html">Home</a>
33 <div class="title-block">
34 <h3 class="blog-title">Music I've Made</h3>
35 <h3 class="datestamp">02/03/2025</h3>
36 </div>
37 <div class="content">
38 <p>
39 I am by no means a professional, but I like to mess around with
40 'toy synths,' the kind of thing that Teenage Engineering make.
41 That isn't the OP-1, anyway.
42 </p>
43 <p>
44 I got their EP-1320 recently and it's a delightful bit of kit in
45 the same way their pocket operators are. Basically takes a lot
46 of the pain and sufferring out of composing music and allows you
47 to build up a beat from first principles. It's fun!
48 </p>
49 <p>
50 There's not much memory on the thing tho so I'm dropping 'done'
51 tracks here. Maybe I'll collect them in an album if I make
52 enough one day.
53 </p>
54 </div>
55 <div class="audio-block">
56 <a class="audio-title" href="music/groovin in the tavern.mp3"
57 ><h3>Groovin' In The Tavern</h3></a
58 >
59 <audio class="audio-player" controls>
60 <source
61 src="music/groovin in the tavern.mp3"
62 type="audio/mpeg"
63 />
64 Your browser does not support the audio tag.
65 </audio>
66 </div>
67 </div>
68 </div>
69 </div>
70 <iframe class="embed-links" src="../shared/links.html"> </iframe>
71 <iframe class="embed-footer" src="../shared/footer.html"> </iframe>
72 </div>
73 </body>
74 </html>