zk_html/diary/2010-04-16-12:08:13.html

39 lines
5.3 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<title>Zk | 2010-04-16 12:08:13</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
<link rel="stylesheet" type="text/css" href="/style.css?2024-05-04" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | 2010-04-16 12:08:13</h1>
</header>
<article class="content">
<p><span class="tag">blog</span> <span class="tag">fossil</span> <span class="tag">diary</span></p>
<p>In my post-recital&hellip; ennui?  Freedom?  Afterglow?  Well, anyhow, after my recital, I&rsquo;ve found that it&rsquo;s rather difficult to get back into writing music after spending so long away from it simply trying to get the recital up and running with as few hitches as possible (as has already been previously beaten to death here), and even though its been two weeks, I&rsquo;ve only written about five bars of music.</p>
<p>Part of the problem has been that I was fairly demoralized after the recital.  After seeing how difficult it was to pull together the performers and get them learning the music as best as possible in even so long a time, I felt that perhaps I was doing something wrong with my music, writing it in such a way as to make it difficult for the performers to learn, read from, or perform.  It was hard for me to go back to writing music that I felt would cause more of the same reactions that I got to my music on my senior recital.</p>
<p>Beyond that, though, I felt that I had lost the sense of process that I had used to write music in the past, a process that served me through several years.  Several of my pieces are based off one process or another.  For example, each of the <a href="http://drab-makyo.com/work/character-dances/">Character Dances</a> was based off one aspect of a relationship between me and another.  <a href="http://drab-makyo.com/score/character-dances-2-tw/">TW</a> was based off the idea of constancy against flightiness.  The left hand of the piano only plays two notes for the entire piece, while the right hand skitters around it indicating a change too quick to handle.</p>
<!--more-->
<p>Most composers use some form of process in their music, even back through history.  After all, a form such as sonata-allegro is a form a process, giving the composer a framework in which to write their music.  My processes have been at once more general and more specific than this; more general because the processes I pick do not necessarily dictate the outcome of the piece, and more specific because I&rsquo;m working at a finer grain of the music: while I may pick a general concept such as transitioning between one tonal area and another as a slow process, taken strictly, this dictates that the piece will take so many bars to play out and that certain clashing tonalities will occur when the changes is in progress.</p>
<p>What I&rsquo;m missing now isn&rsquo;t necessarily the processes - I&rsquo;ve got several lined up to work on in the near future - but the ability to work with musical processes for some reason.  I&rsquo;m doing fine in programming.  <a href="http://badger.mjs-svc.com">Badger!</a> was the result of coming up with a web app given a certain set of parameters that would limit my programming choices, limit the amount of freedom I had to come up with a product rather than increase it.  Rather than work on a project with an unlimited scope, I limited myself to a certain amount of functionality which led to a more productive development cycle (I&rsquo;m sure there&rsquo;s a name for this type of development, but I&rsquo;ll be damned if I can remember it right now).</p>
<p>This limiting of freedoms works for me in music as well as programming (though not, of course, politically), and so the strict processes help me get more music done rather than less.  Perhaps what I need to do is just sit down at the computer and keyboard and just write some stupid little songs.  The last time I did that, I wound up having one of the most productive semesters yet.  Maybe part of the problem is that I focused so much on a couple of big projects for so long - Thousand Leaves, the recital, etc. - that it&rsquo;s hard for me to just sit down and write without involving hours or weeks of planning.  Maybe I should take the same approach, though, and reduce the amount of freedoms I have - come up with a process for sitting down and writing music - make myself write for an hour or so a day without distractions.  I have at least one friend who schedules his free time like this, perhaps its time for me to take a cue from him and just sit myself down at the computer, same time every day, and write some music.</p>
</article>
<footer>
<p>Page generated on The Importance of Processes</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>