-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.src.html
159 lines (142 loc) · 6.11 KB
/
videos.src.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<div class="row">
<div class="col-md-3">
<div class="sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header disabled"><a>Try ReactiveML</a></li>
<li><a href="<#ROOTDIR>/tryrml/tryrml.html"> Try it online</a></li>
<li><a href="<#ROOTDIR>/distrib"> Download</a></li>
<li class="nav-header disabled"><a>Videos</a></li>
<li><a href="#live_coding"> Music</a></li>
<li><a href="#mamux"> MaMux</a></li>
<li><a href="#inria"> INRIA</a></li>
<li><a href="#inria"> FARM</a></li>
<li><a href="#rmltop"> Toplevel</a></li>
</ul>
</div>
</div><!--/col-md--->
<div class="col-md-9">
<h1>Videos</h1>
<hr>
<section id="live_coding">
<h3>Music: Live Coding in ReactiveML</h3>
<div class="row">
<div class="col-md-9">
<div class="thumbnails">
<video width="100%" controls>
<source src="<#ROOTDIR>/reactive_asco/resources/rising_sun.mp4" type="video/mp4">
<source src="<#ROOTDIR>/reactive_asco/resources/rising_sun.ogg" type="video/ogg">
</video>
</div>
</div>
<div class="col-md-3">
<p>
This demo shows an application of ReactiveML to live coding of
mixed-music. ReactiveML interact with
musician (here simulated) during the performance through the
<a href="http://repmus.ircam.fr/antescofo">Antescofo</a> listening machine. <br></p>
<p><a class="btn btn-default" href="<#ROOTDIR>/reactive_asco/index.html">View details »</a>
</p>
<p><a href="<#ROOTDIR>/reactive_asco/resources/rising_sun.mp4"><i class="glyphicon glyphicon-file black"></i>mp4</a>
<a href="<#ROOTDIR>/reactive_asco/resources/rising_sun.ogg"><i class="glyphicon glyphicon-file black"></i>ogg</a>
</p>
</div>
</div>
</section>
<hr>
<section id="mamux">
<h3>ReactiveML</h3>
<div class="row">
<div class="col-md-9">
<div class="thumbnails">
<video width="100%" controls>
<source src="<#ROOTDIR>/videos/mamux-2012-02-03-mandel.mp4" type="video/mp4">
<source src="<#ROOTDIR>/videos/mamux-2012-02-03-mandel.ogg" type="video/ogg">
</video>
</div>
</div>
<div class="col-md-3">
<p>A talk given (in french) by Louis Mandel at
the <a href="http://repmus.ircam.fr/mamux/saisons/saison11-2011-2012/2012-02-03">MaMux
seminar</a>
of <a href="http://www.ircam.fr">IRCAM</a> about ReactiveML
and dynamic aspects in synchronous languages. </p>
<p><a href="<#ROOTDIR>/videos/mamux-2012-02-03-mandel.mp4"><i class="glyphicon glyphicon-file black"></i>mp4</a>
<a href="<#ROOTDIR>/videos/mamux-2012-02-03-mandel.ogg"><i class="glyphicon glyphicon-file black"></i>ogg</a>
</p>
</div>
</div>
</section>
<hr>
<section id="inria">
<h3>Synchronous Concurrency</h3>
<div class="row">
<div class="col-md-9">
<div class="thumbnails">
<video width="100%" controls>
<source src="<#ROOTDIR>/videos/inria-junior-seminar-2013-02-26-pasteur.mp4" type="video/mp4">
<source src="<#ROOTDIR>/videos/inria-junior-seminar-2013-02-26-pasteur.ogg" type="video/ogg">
</video>
</div>
</div>
<div class="col-md-3">
<p>Cédric Pasteur gave an introduction to time and
concurrency in programming languages, more specifically,
synchronous functional programming languages at
the <a href="http://pauillac.inria.fr/~protzenk/semdoc/">Inria's
Junior Seminar</a>.
</p>
<p><a href="<#ROOTDIR>/videos/inria-junior-seminar-2013-02-26-pasteur.mp4"><i class="glyphicon glyphicon-file black"></i>mp4</a>
<a href="<#ROOTDIR>/videos/inria-junior-seminar-2013-02-26-pasteur.ogg"><i class="glyphicon glyphicon-file black"></i>ogg</a>
</p>
</div>
</div>
</section>
<hr>
<section id="farm13">
<h3>Mixed Music in ReactiveML</h3>
<div class="row">
<div class="col-md-9">
<div class="thumbnails">
<video width="100%" controls>
<source src="<#ROOTDIR>/videos/farm13-2013-09-28-baudart.mp4" type="video/mp4">
<source src="<#ROOTDIR>/videos/farm13-2013-09-28-baudart.ogg" type="video/ogg">
</video>
</div>
</div>
<div class="col-md-3">
<p>A talk given by Guillaume Baudart at the workshop
"Functional Art, Music, Modeling and
Design" (<a href="http://www.cis.upenn.edu/~byorgey/farm13/">FARM'13</a>),
about programming mixed music in ReactiveML.
</p>
<p><a class="btn btn-default" href="farm13/index.html">View details »</a></p>
<p><a href="<#ROOTDIR>/videos/farm13-2013-09-28-baudart.mp4"><i class="glyphicon glyphicon-file black"></i>mp4</a>
<a href="<#ROOTDIR>/videos/farm13-2013-09-28-baudart.ogg"><i class="glyphicon glyphicon-file black"></i>ogg</a>
</p>
</div>
</div>
</section>
<hr>
<section id="rmltop">
<h3>ReactiveML Toplevel</h3>
<div class="row">
<div class="col-md-9">
<div class="thumbnails">
<video width="100%" controls>
<source src="<#ROOTDIR>/rmltop/planets.mp4" type="video/mp4">
<source src="<#ROOTDIR>/rmltop/planets.ogg" type="video/ogg">
</video>
</div>
</div>
<div class="col-md-3">
<p>Demonstration of the ReactiveML toplevel with the N-body problem.</p>
<p><a class="btn btn-default" href="rmltop">View details »</a>
</p>
<p><a href="<#ROOTDIR>/rmltop/planets.mp4"><i class="glyphicon glyphicon-file black"></i>mp4</a>
<a href="<#ROOTDIR>/rmltop/planets.ogg"><i class="glyphicon glyphicon-file black"></i>ogg</a>
</p>
</div>
</div>
</section>
</div>
</div>