diff options
Diffstat (limited to 'src/music/index.php')
-rw-r--r-- | src/music/index.php | 11 |
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"); ?> |