comparison www/index.html @ 29:ea19684cd1db

start stop functionality and improved css
author tzara <rc-web@kiben.net>
date Wed, 08 Aug 2012 00:58:11 +0000
parents
children 9d69c5b009e7
comparison
equal deleted inserted replaced
28:965ea3cd2ae6 29:ea19684cd1db
1
2 <!DOCTYPE html>
3 <html>
4 <head>
5
6 </head>
7
8 <body style="width:1024px; height:768px;" >
9 <h1>NodeScore</h1>
10
11 <div class="readme">
12
13 <h3>What is NodeScore?</h3> NodeScore is a web based framework to
14 facilitate networked telematic ensemble performance.
15
16 The goal of the NodeScore framework is to allow performers
17 who are connected to a network via a computer/tablet/mobile device to
18 syncronise to a master clock and recieve instructions, in
19 realtime,from a central "conductor/director" as well as being able to
20 communicate with one another.
21
22 <h3>How does a NodeScore work?</h3> The control interface for
23 NodeScore is a webpage displayed in an internet web browser, from this
24 control page the "conductor/director" can issue the precomposed, HTML5
25 formated, compositional instructions. These instrutions can be
26 deployed to the ensemble as a whole or targeted at specific
27 perfomers. Once the instruction is deployed by the director it is
28 instantly presented in the web browser of the performer/s.
29
30 NodeScore is written as a node.js web server incorporating websockets
31 for server client communications.
32
33 <h3>Browser Compatability:</h3>
34 Modern Browsers only. No Internet Explorer support. Tested using Chromium.
35
36
37 <h2>Code</h2>
38
39 <a href="https://gitorious.org/nodescore">https://gitorious.org/nodescore</a>
40
41 <h2>Examples</h2>
42
43 "Magic Score" composition configuration optimised for 1280x800 resolution. </br>
44
45 <a href="http://nodescore.kiben.net:8889/m/score.html">http://nodescore.kiben.net:8889/m/score.html</a><br/>
46 <a href="http://nodescore.kiben.net:8889/m/controls.html">http://nodescore.kiben.net:8889/m/controls.html</a><br/>
47
48
49 <h2>Related Publications</h2>
50
51 Canning, R. "REALTIME WEB TECHNOLOGIES IN THE NETWORKED PERFORMANCE ENVIRONMENT"
52 Proceedings of The International Computer Music Conference (2012), Ljubljana, Slovenia.
53
54
55
56 <br/><br/>
57 <img src="about/chromiumlogo.png" width="30" height="30"/>
58 <img src="about/nodejs-dark.png" height="30"/>
59 <img src="about/ECMAScript.png" height="30"/>
60
61
62 </body>
63
64 </html>