-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (49 loc) · 2.5 KB
/
index.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
<html>
<head>
<title>Steven Yi - Sacred Spaces</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Raleway|Roboto:400,700" rel="stylesheet">
<link href="sacred-spaces.css" rel="stylesheet">
</head>
<body>
<header>
<h1>Sacred Spaces</h1>
Author: <a href="http://kunstmusik.com">Steven Yi</a>
</header>
<main>
<section>
<h1><a name="sacredSpaces">Create a Sacred Space</a></h1>
<p><a href="space1.html">Space No. 1</a></p>
</section>
<section>
<h1>About Sacred Spaces</h1>
<p>This is a work in progress for developing web-based music works for
playback on multiple devices. My thought is that many people have
multiple computing devices (e.g., laptops, desktops, phones, tablets)
that they can use to setup a Sacred Space listening environment, either
on their own or with their friends and family. The works are designed
for playback on whatever devices are available: they do not have to be
of the same type or sonic character. Listeners may setup the devices
however they like for their space and decide how to interact with the
environment: to sit, walk through, walk away and listen from afar,
and so on. </p>
</section>
<section>
<h1>Creating a Sacred Space</h1>
<ol>
<li>Load this web page on available computing devices. Devices must have
web browsers capable of running WebAssembly and WebAudio.</li>
<li>Load the desired Sacred Space work from the <a href="#sacredSpaces">Create a Sacred Space</a> section.
This will load up a separate web page that contains the audio and visuals to run for that space.</li>
<li>Place the device in a location of your choosing. Repeat with each device.</li>
<li>Experiment with loudness, placement, direction, and other aspects for your device.</li>
</ol>
<p>Use the space as you desire: stay in one location, move around, move to another room and return, and so on. Each instance of a space playing on each device is dynamically created for a unique spatial experience.</p>
</section>
</main>
<footer>
<small>Copyright © <a href="http://kunstmusik.com">Steven Yi</a> 2018. All rights reserved.</small>
</footer>
</body>
</html>