summaryrefslogtreecommitdiff
path: root/src/music
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-28 17:36:28 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-28 17:36:28 -0700
commit09feefc9f04b38420a198b6f69895b242832ad30 (patch)
treef4901d6c67ecfed074ca5a0028a9a7964ac7a70a /src/music
parent04cd72c5b46a16b7b82d581f22fe74d2f1e4916e (diff)
changed the file structure
Diffstat (limited to 'src/music')
-rw-r--r--src/music/index.php31
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"); ?>