zk_html/lj-dump/L-977.html

57 lines
2.4 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>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>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2007-02-09 18:55:39</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>