summaryrefslogtreecommitdiff
path: root/src/music/index.php
blob: 40301f25aee0f9c8c5452886d1a6b3b347d142c8 (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
32
33
34
35
<?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. Recently
    I've gotten into singing, so some recordings of that may appear here in the near future.
</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>
    <li>
        <h3><a href="creep.mp3">Creep</a></h3>
    </li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>