summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-12-05 18:33:00 -0800
committerKai Stevenson <kai@kaistevenson.com>2022-12-05 18:33:00 -0800
commitc87a4d104dbe81c7173e8f6216211b01d81c679d (patch)
tree565f70b11ef034ea115ea8be68ea66eca9df746c /src
parent7df1fc2ca1a634eb194e070533a931783ca828d3 (diff)
updated author information again, removed #
Diffstat (limited to 'src')
-rw-r--r--src/music/index.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/music/index.php b/src/music/index.php
index 735a2b2..a5e3e51 100644
--- a/src/music/index.php
+++ b/src/music/index.php
@@ -4,8 +4,7 @@ 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
+ The following links lead to music I've recorded. 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.
@@ -37,19 +36,19 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
<h3><a href="angelfish.wav">Angelfish - Anne Gaudet</a></h3>
</li>
<li>
- <h3><a href="101622.wav">10/16/22 - #</a></h3>
+ <h3><a href="101622.wav">10/16/22 - Kai Stevenson</a></h3>
</li>
<li>
- <h3><a href="101722.mp3">10/17/22 - #</a></h3>
+ <h3><a href="101722.mp3">10/17/22 - Kai Stevenson</a></h3>
</li>
<li>
<h3><a href="creep.mp3">Creep - Radiohead</a></h3>
</li>
<li>
- <h3><a href="mind_independent.mp3">Mind Independent - Kai Stevenson #</a></h3>
+ <h3><a href="mind_independent.mp3">Mind Independent - Kai Stevenson</a></h3>
</li>
<li>
- <h3><a href="12322.mp3">12/3/22 - #</a></h3>
+ <h3><a href="12322.mp3">12/3/22 - Kai Stevenson</a></h3>
</li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>