summaryrefslogtreecommitdiff
path: root/src/music/index.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-02-23 00:21:28 -0800
committerKai Stevenson <kai@kaistevenson.com>2023-02-23 00:21:28 -0800
commitdfed378228447a9c798d8bfd0f4c058acda4c78c (patch)
tree18ae415475fe9ff59311aa38e769c0b0d621edab /src/music/index.php
parentcdfa84e6b337a9964f2918210b65670061061410 (diff)
replaced spaces with tabs and fixed the music page
Diffstat (limited to 'src/music/index.php')
-rw-r--r--src/music/index.php55
1 files changed, 17 insertions, 38 deletions
diff --git a/src/music/index.php b/src/music/index.php
index 9b45f7d..cb18961 100644
--- a/src/music/index.php
+++ b/src/music/index.php
@@ -4,27 +4,27 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
- 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.
- 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.
+ 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.
+ 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 have given a great deal of consideration to both the theory and philosophy of music.
- I feel broadly dissatisfied with the current state of musical education and appreciation
- in Western society. I initially pursued a classical education, but found myself
- unwilling to engage in the rote practice that was expected to memorize pieces.
- After taking a break from the piano, a good friend of mine introduced me to the
- possibility of improvisational playing. In my improv, I attempt to integrate elements
- of different time periods, especially baroque, impressionism, ragtime, and jazz.
+ I have given a great deal of consideration to both the theory and philosophy of music.
+ I feel broadly dissatisfied with the current state of musical education and appreciation
+ in Western society. I initially pursued a classical education, but found myself
+ unwilling to engage in the rote practice that was expected to memorize pieces.
+ After taking a break from the piano, a good friend of mine introduced me to the
+ possibility of improvisational playing. In my improv, I attempt to integrate elements
+ of different time periods, especially baroque, impressionism, ragtime, and jazz.
</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.
- I can also sing kind of, so there are some recordings of that, and there will be more in the future.
+ 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.
+ I can also sing kind of, so there are some recordings of that, and there will be more in the future.
</p>
<h2>Recordings</h2>
<ul>
@@ -35,26 +35,5 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
<li><h3><a href="https://files.aberrantflux.xyz/music/12322.mp3">12/3/22 - Kai Stevenson</a></h3></li>
<li><h3><a href="https://files.aberrantflux.xyz/music/122422.mp3">12/24/22 - Kai Stevenson</a></h3></li>
<li><h3><a href="https://youtu.be/fzH5mGUSDLQ">1/6/23 [Video] - Kai Stevenson</a></h3></li>
- <li>
- <h3><a href="angelfish.mp3">Angelfish - Anne Gaudet</a></h3>
- </li>
- <li>
- <h3><a href="101622.mp3">10/16/22 - Kai Stevenson</a></h3>
- </li>
- <li>
- <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="12322.mp3">12/3/22 - Kai Stevenson</a></h3>
- </li>
- <li>
- <h3><a href="122422.mp3">12/24/22 - Kai Stevenson</a></h3>
- </li>
- <li>
- <h3><a href="https://youtu.be/fzH5mGUSDLQ">1/6/23 [Video] - Kai Stevenson</a></h3>
- </li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>