32 lines
2.1 KiB
JavaScript
32 lines
2.1 KiB
JavaScript
export default function CreativeWorks() {
|
|
return (
|
|
<>
|
|
<h1>Creative works</h1>
|
|
|
|
<p>I would be remiss not to take the opportunity to speak about how I feel my experience as a musician informs my work as a developer.</p>
|
|
<p>Working as a musician helped me to develop invaluable skills that provide me with a unique frame of reference in regards to my approach to technical problems.</p>
|
|
<p>See below some of the relevant applications of my musical experience:</p>
|
|
<ul>
|
|
<li>Modular synthesis, which heavily involves fundamentals of arithmetic and data flow</li>
|
|
<li>Orchestration; ensuring all instrumental parts are executable and comfortable to play within a given set of parameters</li>
|
|
<li>Learning to play new instruments, and adapt my pre-existing knowledge to apply to new frames of reference</li>
|
|
<li>Audio engineering, and the associated practices of learning/using music technology</li>
|
|
<li>Proper interaction of related components within a larger context</li>
|
|
<li>Conceptualizing long-form, well-designed structures</li>
|
|
<li>Managing proportional integrity in musical forms</li>
|
|
</ul>
|
|
|
|
<div className="soundcloud-tracks">
|
|
<iframe
|
|
title="Perception"
|
|
width="100%" height="300" scrolling="no"
|
|
frameBorder="no" allow="autoplay"
|
|
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/118763533&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true">
|
|
</iframe>
|
|
<div><a href="https://soundcloud.com/mikaylamusic" title="mikayla claire" target="_blank" rel="noreferrer">mikayla claire</a> · <a href="https://soundcloud.com/mikaylamusic/perception" title="Perception" target="_blank" rel="noreferrer" style={{color: '#cccccc', textDecoration: 'none'}}>Perception</a></div>
|
|
</div>
|
|
|
|
<a href='/'>Home</a>
|
|
</>
|
|
)
|
|
} |