-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
300 lines (279 loc) · 18.1 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
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
---
layout: landing-page
---
<!-- Loading the carousel for the gallery -->
<link rel="stylesheet" href="/owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="/owlcarousel/owl.theme.default.min.css">
<!-- Main -->
<article id="main" style="background-color: var(--dark-grey);">
<!-- Banner -->
<div style="text-align: center;">
<div id="banner" class="background" >
<img class="background-image" src="css/images/banner.jpg" alt="[re]capture"/>
<div class="overlay">
<div class="inner">
<header>
<!-- Logo -->
<div style="display:flex; justify-content:center; align-items: center;">
<image class="software-logo" src="/assets/score-logo.png" alt="score logo"/>
<h1 class="software">ossia score</h1>
</div>
<div class="line"></div>
<!-- Short description -->
<h2 class="catchphrase">A free and open-source sequencer</h2>
<p style="font-size: 20px;"> A <b>free, open-source, cross-platform intermedia sequencer </b> for precise and flexible scripting of <b>interactive</b> scenarios. <br/> Control and score any OSC-compliant software or hardware:
Max/MSP, PureData, openFrameworks, Processing… </p>
<br/>
<!-- Download button -->
<a href="/score/download.html" class="download">Download</a>
</header>
</div>
</div>
</div>
</div>
<!-- Awards -->
<section id="index" class="white" style="padding-top: 4em;">
<h2 style="text-align: center;" ><span class="title-section" style="color: black; border-color:var(--orange);">Supporting organizations</span></h2>
<div class="logo-grid" style="padding-top: 0.1em;">
<a href="https://sat.qc.ca/"><img loading="lazy" src="/assets/logo/sat-logo.svg" alt="Société des Arts Technologiques" width="80" height="auto"/></a>
<a href="https://www.unrealengine.com/"><img loading="lazy" src="/assets/logo/unreal_engine.png" alt="Unreal Engine" width="80" height="auto"/></a>
<a href="https://www.mozilla.org/" ><img loading="lazy" src="/assets/logo/mozilla-logo.png" alt="Mozilla" /></a>
<a href="https://opencollective.com/"><img loading="lazy" src="/assets/logo/opencollectivelogo.png" alt="OpenCollective" /></a>
</div>
<div class="logo-grid" style="padding-top: 0.1em;">
<a href="https://anr.fr/" ><img loading="lazy" src="/assets/logo/anr-logo.png" alt="ANR" /></a>
<a href="https://www.culture.gouv.fr/"><img loading="lazy" src="/assets/logo/logo-ministere-de-la-culture.png" alt="Ministère de la culture"/></a>
<a href="https://www.labri.fr/"><img loading="lazy" src="/assets/logo/LABRI_BIG.png" alt="LaBRI" /></a>
<a href="https://scrime.u-bordeaux.fr/"><img loading="lazy" src="/assets/logo/logo-SCRIME-2018-Light.jpg" alt="SCRIME" /></a>
<a href="https://www.blueyeti.fr/"><img loading="lazy" src="/assets/logo/blueyeti.png" alt="Blue Yeti" /></a>
</div>
</section>
<!-- Features -->
<div id="overlay" onclick="hideOverlay()">
<img id="overlay-image" loading="lazy" src="/assets/score.png" alt="score" />
</div>
<section id="index" class="dark-grey" >
<h2 style="text-align: center;" ><a href="/score/about.html" class="title-section">What is ossia score ?</a></h2>
<div class="feature-container">
<div class="feature image-container">
<img onclick="displayInOverlay(this.src)" loading="lazy" src="/assets/score.png" alt="score" />
</div>
<div class="feature text" >
<h2>An intermedia sequencer</h2>
<p> Sequence various kinds of media in an intelligent timeline:
<ul>
<li>Playback most audio formats, with support for multichannel</li>
<li>H.264 and HAP video playback, with a state-of-the art cross-platform video & shader pipeline</li>
<li>Send & receive OSC, MIDI, DMX or directly talk through HTTP or a serial port</li>
<li>Control IoT systems with CoAP, MQTT and BLE support</li>
</ul>
</p>
</div>
</div>
<div class="feature-container reversed">
<div class="feature text" >
<h2>Advanced interaction facilities</h2>
<p>A sequencer built for interactive shows:
<ul>
<li>Trigger any part of the score upon external conditions or hardware controls</li>
<li>Use conditions to create branching scores visually</li>
<li>Control and get controlled through any external devices and protocols with a streamlined user interface</li>
</ul>
</p>
</div>
<div class="feature image-container">
<img onclick="displayInOverlay(this.src)" loading="lazy" src="/assets/feature-interaction.gif" alt="Interaction"/>
</div>
</div>
<div class="feature-container">
<div class="feature image-container">
<img onclick="displayInOverlay(this.src)" loading="lazy" src="/assets/feature-script.png" alt="Scripting"/>
</div>
<div class="feature text" >
<h2>A scriptable, open software</h2>
<p>Multiple programming languages are embedded in ossia score:
<ul>
<li>Livecode with JavaScript directly in the score for advanced mappings, or create device mapping scripts</li>
<li>Create blazing fast audio processors with Faust</li>
<li>Extend any part of the software through the C++ API</li>
<li>Write simple math expressions for quick control</i>
</ul>
</p>
</div>
</div>
<div class="feature-container reversed">
<div class="feature text" >
<h2>Mixed modular & timeline workflow</h2>
<p>Connect processes in a modular way directly from its timeline:
<ul>
<li>Switch between timeline and nodal view at any point to edit processes more precisely</li>
<li>Create state-machine-like scores for atemporal scenarios</li>
<li>Nest and group without depth limit</li>
</ul>
</p>
</div>
<div class="feature image-container">
<img onclick="displayInOverlay(this.src)" loading="lazy" src="/assets/feature-nodal.gif" alt="Nodal"/>
</div>
</div>
</section>
<section id="index" class="grey">
<div class="feature-container reversed">
<div class="feature text" >
<h2>Supported protocols</h2>
<p>
<ul>
<li>These protocols are implemented behind a common interface in libossia.</li>
<li>Any app using libossia can thus benefit from their support, bridge them, etc.</li>
<li>These protocols are available under a simple UI in ossia score</li>
</ul>
</p>
</div>
<div class="feature logo-grid">
<a href="https://www.midi.org/"><img loading="lazy" src="/assets/logo/midi.png" alt="MIDI" height="60" width="auto"/></a>
<div><span>OSC</span></div>
<a href="https://spout.zeal.co/" class="tooltip"><img loading="lazy" src="/assets/logo/spout.png" alt="Spout" height="80px" width="auto"/><span class="tooltiptext">Spout</span></a>
<a href="ttps://syphon.info/" class="tooltip"><img loading="lazy" src="/assets/logo/Syphon.png" alt="Syphon" height="70px" width="auto"/><span class="tooltiptext">Syphon</span></a>
<a href="https://www.arduino.cc/"><img loading="lazy" src="/assets/logo/arduino.png" alt="Arduino" height="50px" width="auto"/></a>
<a href="https://www.enttec.com/range/controls/dmx-usb-interfaces/"><span>DMX</span></a>
<div><span>HTTP</span></div>
<div><img loading="lazy" src="/assets/logo/websocket.png" alt="WebSockets" width="80" height="auto" /></div>
<a href="https://www.phidgets.com/" class="tooltip"><img loading="lazy" src="/assets/logo/phidgets.png" alt="Phidgets" width="70" height="auto"/><span class="tooltiptext">Phidgets</span></a>
<a href="https://www.ndi.tv/tools/"><img loading="lazy" src="/assets/logo/ndi.jpg" alt="NDI" width="70" height="auto"/></a>
<div class="tooltip"><img loading="lazy" src="/assets/logo/gamepad.png" alt="Gamepad" width="80" height="auto"/><span class="tooltiptext">Gamepad</span></div>
<div class="tooltip"><img loading="lazy" src="/assets/logo/wiimote.png" alt="Wiimote" width="80" height="auto"/><span class="tooltiptext">Wiimote</span></div>
<a href="https://www.avid.com/learn-and-support/c24" alt="Avid C|24" class="tooltip" style="margin: 0;"><span>C|24</span><span class="tooltiptext">Avid C|24</span></a>
<a href="https://mqtt.org/" alt="MQTT" class="tooltip" style="margin: 0;"><span>MQTT</span><span class="tooltiptext">MQTTv5</span></a>
<a href="https://en.wikipedia.org/wiki/Constrained_Application_Protocol" alt="CoAP" class="tooltip" style="margin: 0;"><span>CoAP</span><span class="tooltiptext">CoAP</span></a>
<a href="https://en.wikipedia.org/wiki/Bluetooth_Low_Energy" alt="BLE" class="tooltip" style="margin: 0;"><span>BLE</span><span class="tooltiptext">Bluetooth Low Energy</span></a>
</div>
</div>
<br/>
<div class="feature-container ">
<div class="feature logo-grid">
<a href="https://madmapper.com/" class="tooltip"><img loading="lazy" src="/assets/logo/madmapper.png" alt="MadMapper" height="50" width="auto"/><span class="tooltiptext">Madmapper</span></a>
<a href="https://www.garagecube.com/modul8/"><img loading="lazy" src="/assets/logo/modul8.jpeg" alt="modul8" height="70" width="auto"/></a>
<a href="https://www.millumin.com/v3/index.php" class="tooltip"><img loading="lazy" src="/assets/logo/millumin.png" alt="Millumin" height="70" width="auto"/><span class="tooltiptext">Millumin</span></a>
<a href="https://cycling74.com/" class="tooltip"><img loading="lazy" src="/assets/logo/max.jpg" alt="Max/MSP" height="70" width="auto"/><span class="tooltiptext">Max</span></a>
<a href="https://puredata.info/" class="tooltip"><img loading="lazy" src="/assets/logo/pd.png" alt="PureData" height="60" width="auto" /><span class="tooltiptext">Pure Data</span></a>
<a href="https://openframeworks.cc/" class="tooltip"><img loading="lazy" src="/assets/logo/of.png" alt="OpenFrameworks" height="40" width="auto"/><span class="tooltiptext">openFrameworks</span></a>
<a href="https://processing.org/" class="tooltip"><img loading="lazy" src="/assets/logo/processing.jpg" alt="Processing" height="60" width="auto"/><span class="tooltiptext">Processing</span></a>
<a href="https://vidvox.net/"><img loading="lazy" src="/assets/logo/vdmx.png" alt="VDMX" height="50" width="auto"/></a>
<a href="https://vvvv.org/"><img loading="lazy" src="/assets/logo/vvvv.png" alt="VVVV" height="70" width="auto"/></a>
<a href="https://faust.grame.fr/"><img loading="lazy" src="/assets/logo/faust.png" alt="Faust" height="50" width="auto"/></a>
<a href="https://unity.com/"><img loading="lazy" src="/assets/logo/unity.png" alt="Unity3D" height="60" width="auto"/></a>
<a href="https://www.unrealengine.com/"><img loading="lazy" src="/assets/logo/unreal_engine.png" alt="Unreal Engine" width="80" height="auto"/></a>
<a href="https://github.com/patriciogonzalezvivo/glslViewer"><span>glslViewer</span></a>
<a href="https://opencv.org/"><img loading="lazy" src="/assets/logo/opencv-logo.png" alt="OpenCV" width="60" height="auto"/></a>
</div>
<div class="feature text" >
<h2>Compatible environments</h2>
<p>You can use your favorite creative coding language with ossia:
<ul>
<li>Either through traditional OSC connection</li>
<li>Or through the more advanced OSCQuery protocol</li>
<li>Or through direct integration of libossia</li>
</ul>
</p>
</div>
</div>
</section>
<!-- Video -->
<section id="index" class="black" style="">
<div class="frontpage-video">
<div class="videoWrapper">
<iframe src="" data-src="https://www.youtube.com/embed/8-KpNaF2K8Q" frameborder="0" allow="fullscreen" allowfullscreen></iframe>
</div>
</div>
</section>
<!-- Recent posts and twitter feed -->
<section class="grey blog-twitter" id="index">
<div style="display: flex; justify-content: space-around; margin: 0;">
<div class="blog-list">
<h2 style="text-align: center;" ><a href="/blog.html" class="title-section" style="color: black;">Blog</a></h2>
<div class="recent-post-view">
{% for post in site.posts limit:2 %}
<a href={{post.url}} class="thumbnail" >
{% if post.image %}
<img loading="lazy" class="thumbnail-blogpost" alt="{{post.title}}" src={{post.image}} width="auto"/>
{% else %}
<img loading="lazy" class="thumbnail-blogpost" alt="{{post.title}}" src="assets/default_post_thumbnail.png"/>
{% endif %}
<br/>
<h2 class="blog-title">{{post.title}} </h2>
<span class="blog-date">{{ post.date | date: "%b %-d, %Y" }}</span>
</a>
{% endfor %}
</div>
</div>
<!-- Twitter timeline -->
<div class="twitter" style="width: 30%;">
<h2><a class="twitter-timeline" data-tweet-limit="1" href="https://twitter.com/ossia_io?ref_src=twsrc%5Etfw">Tweets by ossia_io</a> </h2>
</div>
</div>
</section>
<!-- Gallery -->
<section id="index" class="black">
<h2 style="text-align: center;" ><a href="/gallery.html" class="title-section">Gallery</a></h2>
<div class="owl-carousel owl-theme" >
<div class="carouselcontainer">
<a href="/gallery.html"><img loading="lazy" class="frontpage-gallery" src="/assets/blank.png" alt="Carrousel" data-echo="assets/gallery/frontpage/carrousel-frontpage.jpg"/></a>
<header>
<a href="https://www.abbayeauxdames.org/en/musicaventure/carrousel-musical/" class="gallery-text">Carousel Musical</a> <span class="gallery-text">-</span> <a href="https://www.blueyeti.fr/le-carrousel-musical-abbaye-aux-dames/" class="gallery-text">Blue Yeti, Abbaye aux Dames</a>
</header>
</div>
<div class="carouselcontainer">
<a href="/gallery.html"><img loading="lazy" class="frontpage-gallery" src="/assets/blank.png" alt="Nebula" data-echo="assets/gallery/frontpage/Nebula_ChampignonsNeigeJaune-frontpage.jpg"/></a>
<header>
<a href="https://www.baltazars.org/project/nebula/" class="gallery-text">Nebula</a> <span class="gallery-text">-</span> <a href="https://www.baltazars.org/" class="gallery-text">Les Baltazars</a>
</header>
</div>
<div class="carouselcontainer">
<a href="/gallery.html"><img loading="lazy" class="frontpage-gallery" src="/assets/blank.png" alt="Four For" data-echo="assets/gallery/frontpage/DID_4858.JPG"/></a>
<header>
<a href="https://bravozoulou.fr/projets/four-for/" class="gallery-text">Four For - Bravo Zoulou</a>
<span class="copyright"><br/>© Didier Crasnault</span>
</header>
</div>
<div class="carouselcontainer">
<a href="/gallery.html"><img loading="lazy" class="frontpage-gallery" src="/assets/blank.png" alt="Quarrè" data-echo="assets/gallery/frontpage/quarre-frontpage.jpg"/></a>
<header>
<a href="" class="gallery-text">Quarrè - Pierre Cochard</a>
</header>
</div>
<div class="carouselcontainer" >
<a href="/gallery.html"><img loading="lazy" class="frontpage-gallery" src="/assets/blank.png" alt="Méta Chef d'Orchestre" data-echo="assets/gallery/frontpage/dome_scrime-frontpage.jpg"/></a>
<header>
<a href="https://scrime.u-bordeaux.fr/Arts-Sciences/Residences/Residences/Meta-Chef-d-Orchestre" class="gallery-text">Méta Chef d’Orchestre - Serge Delaubier</a>
</header>
</div>
<div class="carouselcontainer" >
<a href="/gallery.html"><img loading="lazy" class="frontpage-gallery" src="/assets/blank.png" alt="Sonotact" data-echo="assets/gallery/frontpage/sonotact-frontpage.jpg"/></a>
<header>
<a href="https://scrime.u-bordeaux.fr/Arts-Sciences/Residences/Residences/Sonotact" class="gallery-text">Sonotact - Pascale Criton</a>
</header>
</div>
</div>
</section>
</article>
<script async src="/owlcarousel/owl.carousel.min.js"></script>
<script>
$(window).on('load',function(){
$('.owl-carousel').owlCarousel({
loop:true,
margin:10,
nav:false,
responsive:true,
autoWidth: true
})
});
function displayInOverlay(image) {
document.getElementById("overlay").style.display = "block";
document.getElementById("overlay-image").src = image;
}
function hideOverlay() {
document.getElementById("overlay").style.display = "none";
}
</script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
{% include lazyload.html %}