diff options
Diffstat (limited to 'src/music/index.php')
-rw-r--r-- | src/music/index.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/music/index.php b/src/music/index.php new file mode 100644 index 0000000..2402262 --- /dev/null +++ b/src/music/index.php @@ -0,0 +1,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"); ?> |