-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtouchosc.html
64 lines (55 loc) · 2.48 KB
/
touchosc.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>TouchOSC layouts</title>
</head>
<body>
<header>
<div class="container">
<h1>TouchOSC</h1>
<h2>Android screen captures with OSC addresses</h2>
</div>
</header>
<!-- Verdana regular, 30 -->
<div class="container">
<section id="main_content">
<h3><a id="simple" class="anchor" href="#simple" aria-hidden="true"><span class="octicon octicon-link"></span></a>Simple</h3>
<img src="images/touchosc/simple-1.png" />
<img src="images/touchosc/simple-2.png" />
<img src="images/touchosc/simple-3.png" />
<img src="images/touchosc/simple-4.png" />
<h3><a id="mix2" class="anchor" href="#mix2" aria-hidden="true"><span class="octicon octicon-link"></span></a>Mix 2</h3>
<img src="images/touchosc/mix2-1.png" />
<img src="images/touchosc/mix2-2.png" />
<img src="images/touchosc/mix2-3.png" />
<h3><a id="mix16" class="anchor" href="#mix16" aria-hidden="true"><span class="octicon octicon-link"></span></a>Mix 16</h3>
<img src="images/touchosc/mix16-1.png" />
<img src="images/touchosc/mix16-2.png" />
<img src="images/touchosc/mix16-3.png" />
<img src="images/touchosc/mix16-4.png" />
<h3><a id="keys" class="anchor" href="#keys" aria-hidden="true"><span class="octicon octicon-link"></span></a>Keys</h3>
<img src="images/touchosc/keys-1.png" />
<img src="images/touchosc/keys-2.png" />
<img src="images/touchosc/keys-3.png" />
<h3><a id="beat" class="anchor" href="#beat" aria-hidden="true"><span class="octicon octicon-link"></span></a>Beatmachine</h3>
<img src="images/touchosc/beat-1.png" />
<img src="images/touchosc/beat-2.png" />
<img src="images/touchosc/beat-3.png" />
<img src="images/touchosc/beat-4.png" />
</section>
</div>
</body>
</html>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-27878391-1', 'auto');
ga('send', 'pageview');
</script>