blob: 24022627392239dff9406296e9b10cf71bfeafee (
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
27
28
29
30
31
|
<?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 record MIDI, so I use a DAW to customize and assign a piano sound afterwards.
However, I don't edit the MIDI data at all. It's all exactly as-played.
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="101622.wav">10/16/22 - #</a></h3>
</li>
<li>
<h3><a href="101722.mp3">10/17/22 - #</a></h3>
</li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|