blob: 98519ab1deedf4a2484384180c7f7bb342d2d6b8 (
plain)
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
|
<?php
$title = "Music";
require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
The following links lead to music I've recorded. Anything marked with # is improv or my own
composition. Anything else isn't my music, but is my playing. These recordings originate from
one of two pianos: my 1903 Bechstein parlor grand or my Casio PX-S3000 digital piano.
My digital piano can obviously record itself. For my acoustic piano, I either use my phone's
voice memo app or my MXL990 microphone, depending on how lazy I feel.
Any editing is done in Audacity or Ableton, though most of my recordings are posted raw.
</p>
<p>
I've only played music since 2021, so I am very much an amateur! I enjoy some of my music
and hope you will too, but I don't want to imply that I am in any way an expert.
</p>
<ul>
<li>
<h3><a href="angelfish.wav">Angelfish</a></h3>
</li>
<li>
<h3><a href="091622.wav">09/16/22 - #</a></h3>
</li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|