zk_html/writing/on-music/redux.html

52 lines
4.5 KiB
HTML
Raw Normal View History

2020-09-23 05:25:08 +00:00
<!doctype html>
<html>
<head>
<title>Zk | On Music</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | On Music</h1>
</header>
<article class="content">
<p><span class="tag">writing</span> <span class="tag">mixed-media</span> <span class="tag">non-fiction</span></p>
<p>A very <em>ally</em> work, without necessarily being part of <em>ally</em>, about my relationship with music and a bit about how music works.</p>
<hr />
<p>I would love to tell you that I hear music in all things.</p>
<p>I would love to tell you, as a composer, that I hear in the thunder timpani<q class="comment">Some thunderstorm audio</q>, in the wind soft flutes, or in the rain a gentle snapping of fingers or rustling of paper; that there is some divine rhythm beneath all things that those gifted by God with talent or who have studied for years are able to hear.</p>
<p>I would love to tell you that the everyday world is filled with music.<q class="comment">Machine audio</q></p>
<p>I would love to tell you that to hear a car start bears some greater meaning or that the slow ramp up of a flywheel moves me.</p>
<p>I would also love to tell you that the patterns in my dogs&rsquo; wet fur<q class="comment">background image of such</q></p>
<p>or windswept snow<q class="comment">background image of such on orange fencing</q> that has melted and refrozen is the written form of that same language of angels that shows up in the everyday sounds of the world.</p>
<p>There is a difference between music and a mood, though. Perhaps some composers hear the music in the everyday world, but I was never one of them. Moods, sure. Moods out the wazoo. I gain endless satisfaction on the perfect click of a switch, or a little thrill of excitement on hearing the three-phase converter&rsquo;s flywheel spinning up.</p>
2020-09-23 05:30:09 +00:00
<p>Maybe John Corigliano felt that, &lsquo;cause like, that bit in <em>Circus Maximus</em> when all the brass and winds come down on this long glissando is supposed to be a siren or something, but all I can hear is the mood that goes along with my husband getting so fucking frustrated at his machines that he turns the converter off and stomps up the stairs and I&rsquo;m supposed to comfort him but I don&rsquo;t know how.</p>
2020-09-23 05:25:08 +00:00
<p>The sound of wind coming down over the Flatirons in Boulder made me feel hollowed out &mdash; and I know that doesn&rsquo;t sound like an emotion, but I promise it was &mdash; like some sort of pipe in an organ, like the wind was blowing <em>through me</em>. It was not quite longing, not quite <em>saudade</em>. It was like if the unbidden thought of &ldquo;is astral projection just a wish with very visual imagery?&rdquo; were a mood. I would see myself, with my arms outstretched, borne away over the valley to the east of the Flatirons, looking down over the quiet and dark highway 93, past the cement factory, until I was set down amidst the wind turbine testing range, because wasn&rsquo;t that where the wind wanted to go?</p>
2020-09-23 05:30:09 +00:00
<p>You know.</p>
2020-09-23 05:25:08 +00:00
<p>Not music, but a feeling.</p>
<!--
Topics
* Source vs sink in music; signal path
* The position of the voice; focusing sound into a ball of light, like that's where the rays all come together and from there explode outward
2020-09-23 05:30:09 +00:00
* Once, I told Dr David "I know that formalism is a bad word, but I like process music" and he laughed and told me not to worry about the soviets, and I was busy thinking about how process music was sorta like inevitability in music form, like the next note could not help but be where it was, and I've always used the word 'evolute' wrong
2020-09-23 05:45:08 +00:00
* Voice training is just manufactured authenticity/emotional labor, and I think I decided that when Sandy asked what part I'd sing if I got back into choir and I said baritone and dropped my voice back down and she told me she had to cut it out of the recording which was understandable, though I don't begrudge girls wanting to be perceived as such.
2020-09-23 05:25:08 +00:00
-->
</article>
<footer>
<p>Page generated on 2020-09-22</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>