-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiadia.html
55 lines (52 loc) · 2.76 KB
/
diadia.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Inês Castanheira</title>
<!-- Bootstrap -->
<link href="css/bootstrap-4.3.1.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.3.1.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"
integrity="sha256-T0Vest3yCU7pafRw9r+settMBX6JkKN06dqBnpQ8d30="
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
<script src="js/jquery.ui.touch-punch.min.js"></script>
<script type="text/JavaScript">
$(document).ready(function() {
$( ".draggable" ).draggable();
});
</script>
</head>
<body>
<nav class="navbar"> <a class="navbar-brand" href="index.html">Inês Castanheira</a> </nav>
<div class="entry">
<div class="project_content">
<div class="project_header">
<div class="project_title">Dia-a-dia</div>
</div>
<img src="images/music/dia1.jpg" height="1500" width="2250" class="img-fluid" alt="">
<br>
<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=714384680/size=small/bgcol=ffffff/linkcol=0687f5/transparent=true/" seamless><a href="https://welll.bandcamp.com/album/dia-dia">Dia Dia by Well</a></iframe><br>
<div class="texto"> <br>
'Dia-a-dia' is a generative sound piece in which the acoustic, the digital and the analogue intersect in a three-voice composition. In dialogue are several field captures and a set of notes played on an upright piano, both programmed through a patch in Pure Data, as well as a set of drones emitted by a homemade synthesizer, recorded in several long, desynchronized loops. These voices end up creating a sequence of distinct sound spaces, which feed us with a continuous and full melody, and a feed of sometimes strange, sometimes familiar sounds that evoke a space kept in the personal memory of each one. The scale used in the piece was chosen due to the ghazal "Woh Ishq Jo Humse", which we know in the voice of Farida Khanum, but you can easily hear other songs populating the composition. <br>
<br>
Generative sound piece commissioned for Fim de Emissão of Rádio Estação,
Museu da Cidade do Porto (2021) <br>
<a href="https://museudacidadeporto.pt/sitio-invisivel/">Rádio Estação</a> </div>
<br><br>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
</body>
</html>