-
Notifications
You must be signed in to change notification settings - Fork 1
/
gmmm.html
92 lines (75 loc) · 3.12 KB
/
gmmm.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
<!DOCTYPE HTML>
<!--
Strongly Typed 1.1 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>timothy j barraclough - Good Morning, Mr. Moon</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=1040" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/config.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
</head>
<body class="no-sidebar">
<!-- Header Wrapper -->
<div id="header-wrapper">
<!-- Header -->
<div id="header" class="container">
<!-- Logo -->
<h1 id="logo"><a href="#">timothy j. </a></h1>
<p>sonic artist / music technologist</p>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a class="fa fa-moon" href="bio.html"><span>Bio</span></a></li>
<li><a class="fa fa-moon" href="index.html"><span>Works</span></a></li>
<li><a class="fa fa-moon" href="modulome.html"><span>Modulome</span></a></li>
<li><a class="fa fa-moon" href="pyxis.html"><span>pyxis minor</span></a></li>
<li><a class="fa fa-moon" href="flora.html"><span>flora</span></a></li>
</ul>
</nav>
</div>
</div>
<!-- Main Wrapper -->
<div id="main" class="container">
<div class="row">
<div id="content" class="12u skel-cell-important">
<!-- Post -->
<article class="is-feature">
<h2> Good Morning Mr. Moon </h2>
<h1> 2012 </h1>
<p>Audio visual application for OSX and android. Responds to changes in ambient light to generatively create and alter music.</p>
<p>Built in Processing/Java with custom designed crayon visuals. The generative sound design in libpd and routed with JackPilot for android and OSX.</p>
<p>Source can be made available upon request.</p>
</article>
<div align="center">
<iframe width="640" height="360" src="//www.youtube.com/embed/GwocKnogsYk" frameborder="0" align="middle" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Footer Wrapper -->
<div id="footer-wrapper">
<!-- Footer --><!-- Copyright -->
<div id="copyright" class="container">
<ul class="links">
<li>© Timothy J. Barraclough. 2014. All rights reserved</li>
<li>Design: <a href="http://html5up.net/">HTML5 UP</a></li>
</ul>
</div>
</div>
</body>
</html>