Skip to content

Commit 7b52858

Browse files
committed
Add videos.html
1 parent de8b0aa commit 7b52858

1 file changed

Lines changed: 86 additions & 0 deletions

File tree

videos.html

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<title>libmapper: a library for connecting things</title>
7+
8+
<link rel="stylesheet" href="stylesheets/styles.css">
9+
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
10+
<!--[if lt IE 9]>
11+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
12+
<![endif]-->
13+
</head>
14+
<body>
15+
<div class="wrapper">
16+
<header>
17+
<a href="index.html">
18+
<img class="logo" src="images/libmapper_logo_black_512px.png" width="150" border="0" alt="libmapper logo" />
19+
<h1 class="header">libmapper</h1>
20+
</a>
21+
22+
<ul>
23+
<li><a href="about.html">About</a></li>
24+
<li><a href="downloads.html">Downloads</a></li>
25+
<li><a href="api/index.html" target="_blank">Documentation</a></li>
26+
<li class="selected"><a href="videos.html">Videos</a></li>
27+
<li><a href="tutorials/introduction.html">Tutorials</a></li>
28+
<li><a href="ecosystem/introduction.html">Ecosystem</a></li>
29+
<li><a href="projects.html">Projects</a></li>
30+
<li><a href="https://github.com/libmapper/libmapper" target="_blank">Repository</a></li>
31+
<li><a href="https://groups.google.com/group/dot_mapper" target="_blank">Mailing List</a></li>
32+
<li><a href="support.html">Support</a></li>
33+
</ul>
34+
35+
</header>
36+
<section>
37+
38+
<h2>Videos of libmapper in action</h2>
39+
40+
<table border="1">
41+
<tr>
42+
<th colspan="2">Videos of works using libmapper</th>
43+
</tr>
44+
<tr>
45+
<td>
46+
<a class="videothumbnail" href="https://www.youtube.com/watch?v=m_o9BP_jK2k">
47+
<img width="280" height="157" src="images/thumbnails/m_o9BP_jK2k.jpg">
48+
</a>
49+
<p class="videotitle"><a href="https://www.youtube.com/watch?v=m_o9BP_jK2k">Kasey Pocius Live Stream - T-Stick Free improv</a></p>
50+
<p class="videosignature">Kasey Pocius, Apr 8, 2020.</p>
51+
</td>
52+
</tr>
53+
<tr>
54+
<td>
55+
<a class="videothumbnail" href="https://www.youtube.com/watch?v=3FbEShjzDKA">
56+
<img width="280" height="157" src="images/thumbnails/3FbEShjzDKA.jpg">
57+
</a>
58+
<p class="videotitle"><a href="https://www.youtube.com/watch?v=3FbEShjzDKA">Embedded
59+
libmapper, HapticKnob, and T-Stick</a></p>
60+
<p class="videodescription">Demonstrating libmapper embedded
61+
on the ESP32 in a haptic-enhanced T-Stick.</p>
62+
<p class="videosignature">Mathias Kirkegaard and Mathias
63+
Bredholt (IDMIL), Dec 10, 2019.</p>
64+
</td>
65+
</tr>
66+
<tr>
67+
<td>
68+
<a class="videothumbnail" href="https://www.youtube.com/watch?v=urKSt_SzXto">
69+
<img width="280" height="157" src="images/thumbnails/urKSt_SzXto.jpg">
70+
</a>
71+
<p class="videotitle"><a href="https://www.youtube.com/watch?v=urKSt_SzXto">Sound
72+
synthesis and feedback control mapping for Digital Music
73+
Interfaces using Libmapper</a></p>
74+
<p class="videodescription">Demontrating mappings
75+
incorporating feedback using libmapper.</p>
76+
<p class="videosignature">Ajin Tom (IDMIL), Nov 3, 2017.</p>
77+
</td>
78+
</tr>
79+
</table>
80+
81+
<p>Does your project use libmapper? Let us know and we will post your video here!</p>
82+
83+
</section>
84+
</div>
85+
</body>
86+
</html>

0 commit comments

Comments
 (0)