-
Notifications
You must be signed in to change notification settings - Fork 0
/
landscapes-mixture.html
110 lines (80 loc) · 4.62 KB
/
landscapes-mixture.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!--<!DOCTYPE html>
<!-- head -->
<head>
<meta charset="utf-8">
<meta name="index" content="Sergio Granada-Moreno Portfolio">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<title> Sergio Granada-Moreno Portfolio></title>
<link rel="stylesheet" href="style.css" type="text/css" />
<link href="http://sergiogranadamoreno.blogspot.com.co/">
<script src="libraries/p5.js" type="text/javascript"></script>
<script src="libraries/p5.dom.js" type="text/javascript"></script>
<script src="libraries/p5.sound.js" type="text/javascript"></script>
<script src="sketch.js" type="text/javascript"></script>
<style>
/* the body declaration contains the background image link */
body {
background: url("https://i.imgsafe.org/10776a6445.png");
color: black;
background-size: 100%;
background-position: 10px -75px;
background-repeat: no-repeat;
padding: 0cm 3cm 2cm 5cm;
background-origin: content-box;
background-attachment: scroll;
}
</style>
</head>
<!-- body -->
<body>
<!-- logo -->
<nav><div class="logo">
<a href="index.html"><img src="https://i.imgsafe.org/fd695797d6.png" alt="logo" /></div></nav>
<!-- header -->
<header>
<div class="header-cont">
<h1>imaginary stagings</h1>
<!-- navigation menu -->
<h2>
<nav>
<ul>
<li class="link">
<p><a href="index.html">portfolio</a></p></li>
<li class="link">
<p><a href="cv.html">cv</a></p></li>
<li class="link">
<p><a href="http://sergiogranadamoreno.blogspot.com.co/" target ="_blank">blog</a></p></li>
<li class="link">
<p><a href="about.html">about</a></p></li>
</ul></nav>
</h2></div>
<!-- social media icons <-->
<h3><nav><div id="social-media-icons">
<a href="https://soundcloud.com/sergiogranadamoreno" target ="_blank"><img src="https://i.imgsafe.org/0c6ba5e832.png"/></a>
<a href="https://twitter.com/sgranadamoreno" target ="_blank"><img src="https://i.imgsafe.org/0c6b9eb532.png"/></a>
<a href="https://co.linkedin.com/in/sergiogranadamoreno" target ="_blank"><img src="https://i.imgsafe.org/0c6bc456f7.png"/></a>
</div> </nav>
</h3>
</div>
</div>
</header>
<!-- content -->
<content>
<p>Landscapes Mixture, a work for 15 instruments, tape and live electronics. </p><p>Length: 10’12”<p>Date of Composition: 2010</p>
<div class="player">
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/141353506&color=000000&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
</div>
<p>“Landscapes Mixture” is a composition based on sonographic analysis of soundscape recordings of the streets of Bogota, Colombia. It involves tape music, live electronics and 15 acoustic instruments, including two flutes, two clarinets, horn, strings and percussion.
</p><p>
Technical notes:
</p><p>
Soundscape and instrumental recordings were performed using a Zoom H4 handheld digital recorder featuring condenser microphones arranged in XY technique (24 bits-44.1 KHz). Sonographic analysis was made via SPEAR 0.7.4, a software for audio analysis based on the traditional McAulay-Quatieri technique. Sampled-based spectral data was manipulated through the software, in order to benefit the creation of compositional procedures and harmonic groups based on pitches and melodic lines shown by the partials of soundscape and instrumental recordings. Signal processing patches programmed via Pure Data provided the means for timbre stretching and timbre stamp techniques, along with the use of reverberation and delay networks. Such techniques were key in the development of the electroacoustic discourse within the composition. Pure Data was also used to create an interface for playing back the tape part during the work live execution; an additional performer is intended to trigger a series of tape samples according to time marks in the musical score and the instruction of the ensemble's conductor.</p>
</p>
<p>The score can be found <a href="http://gdurl.com/esmw" target="_blank" title=" go to the score">here. </a></p>
</content>
<!-- footer -->
<footer>
<p>CONTACT @ Phone: (+57) 3123435415 / [email protected] / @sgranadamoreno / Skype: sgranadamoreno </p>
</footer>
</body>
</html>