-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathb.html
77 lines (70 loc) · 3.68 KB
/
b.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
<!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/b.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>The Asymmetrical Interpretations of Auditory Brightness—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 autoplay>
<source src="videos/Exhibit B.webm" type="video/webm">
<source src="videos/Exhibit B.mp4" type="video/mp4">
Your browser does not support this video.
</video>
<!-- <video src="videos/Exhibit B.mov" controls></video> -->
<div class="content">
<div class="heading">
<h1 class="heading_label label">EXHIBIT B</h1>
<h2 class="heading_title">The Asymmetrical Interpretations of Auditory Brightness</h2>
</div>
<div class="text">
<p>In color theory, brightness (value) defines how light or dark a particular hue can be.</p>
<p>Similarly in music, brightness correlates to how loud or quiet a sound can be. Louder sounds can
be interpreted as brighter and quieter sounds can be interpreted as darker.</p>
<p>Interestingly, people tend to perceive higher frequency pitches to be louder than lower frequency
pitches of the same volume. A low frequency pitch would have to be louder in order to produce
the same level of auditory brightness.</p>
<p>This audiovisual exhibit demonstrates the asymmetrical sensitivities of auditory brightness
across the frequency spectrum through corresponding changes in optical brightness.</p>
</div>
</div>
</main>
<div class="divider"></div>
<a href="exhibits.html#b">
<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>