-
Notifications
You must be signed in to change notification settings - Fork 1
/
a.html
75 lines (70 loc) · 3.69 KB
/
a.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
<!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.0">
<meta name="theme-color" content="#000000">
<meta name="msapplication-navbutton-color" content="#000000">
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">
<meta property="og:title" content="Synesthetic Perceptions" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://synestheticperceptions.art/a.html" />
<meta property="og:image" content="https://i.imgur.com/Gk5rvLg.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
<title>Frequencies: A Trial of Light & Sound Relationships—Synesthetic Perceptions</title>
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/inner_pages.css">
<script src="https://cdn.jsdelivr.net/npm/p5@1.3.1/lib/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.3.1/addons/p5.sound.js"></script>
</head>
<body>
<div class="container appear">
<header class="header">
<h1 class="header_title">SYNESTHETIC PERCEPTIONS</h1>
<a href="about.html">
<h1 class="header_about">ABOUT</h1>
</a>
</header>
<main class="inner_pages">
<video class="video" controls loop>
<source src="videos/Exhibit A.webm" type="video/webm">
<source src="videos/Exhibit A.mp4" type="video/mp4">
Your browser does not support this video.
</video>
<div class="content">
<div class="heading">
<h1 class="heading_label label">EXHIBIT A</h1>
<h2 class="heading_title">Frequencies: A Trial of Light & Sound Relationships</h2>
</div>
<div class="text">
<p>This correlation is a derivative of a learning from a 75 minute participatory workshop I hosted
where participants interpreted music into original visual compositions.</p>
<p>What was fascinating was when I presented music containing dominantly lower pitches, participants
chose colors that were lower on the light frequency spectrum to represent it—vice versa.</p>
<p>Perhaps there is a relationship between how our minds interpret pitch and color.</p>
<p>Light and sound are both waveforms. The frequency of light determines the color(s) we perceive,
and the frequency of sound determines the pitch(s) we hear. </p>
<p>This audiovisual exhibit is a correlative trial between color and pitch, where one can experience
light and sound frequencies rise and fall in parallel.</p>
</div>
</div>
</main>
<div class="divider"></div>
<a href="exhibits.html">
<section class="bottom_nav">
<svg class="bottom_nav_arrow" width="123" height="16" viewBox="0 0 123 16" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M123 7.74658L1 7.74657M1 7.74657L7.97899 14.7466M1 7.74657L7.97899 0.746572"
stroke="white" />
</svg>
<h1 class="bottom_nav_text">BACK</h1>
</section>
</a>
</div>
</body>
</html>