32 lines
1.7 KiB
HTML
32 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Omigosh.</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 | Omigosh.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Forgot to post about it yesterday, but I had my first composition lesson with Forest. I don’t think I’ve ever been that excited about composing before in my life, actually - it was that good. We even have a composition lab set up in the back corner of the building - one computer running Sibelius and GigaStudio 3, and one computer dedicated to GigaStudio 3 with a KVM switch (so I can set up GS on one computer, and forget about it while I do composing on the other), a reasonably nice MIDI keyboard, and a 12 channel mixer/effects box (mainly for external reverb, which will keep GS focused on the samples and not take up too much craziness with software reverb). So awesome.</p>
|
|
<p>I guess I’m going to a party tonight and being an enabler. This is after I go to Sharon Gee’s recital *shudder</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2007-02-09 18:55:39</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>
|