rc-web@42: rc-web@42: rc-web@42:
rc-web@42: rc-web@42: rc-web@42: rc-web@42: rc-web@42: rc-web@42: rc-web@42: rc-web@42: rc-web@42: rc-web@42: rc-web@42:The goal of the NodeScore framework is to allow performers rc-web@42: who are connected to a network via a computer/tablet/mobile device to rc-web@42: syncronise to a master clock and recieve instructions, in rc-web@42: realtime,from a central "conductor/director" as well as being able to rc-web@42: communicate with one another. rc-web@42:
rc-web@42:As performers may be geographically dispersed the technical setup rc-web@42: needs to be trivial, this is why NodeScore uses the Internet browser rc-web@42: as it is a cross-platform, standards compliant rc-web@42: environment that will run on anycomputer without complex setup and rc-web@42: installation process. All that the performers involved in a NodeScore rc-web@42: performance need to do is open a browser such as Google's Chrome and rc-web@42: point it to the address of the NodeScore server, login and await rc-web@42: instructions that shall be displayed in the browsers window. rc-web@42:
rc-web@42:The nature of these instuctions is the left to the composer, the rc-web@42: only prerequisite when composing for the NodeScore framework is that rc-web@42: the instructions are formatted in HTML5. This allows for the rc-web@42: incorporation of a wide range of rich media content such as images, rc-web@42: video, sound and animated SVG as well as simple plain text rc-web@42: instructions. Any medium that can be displayed in an internet web rc-web@42: browser maybe used in a NodeScore composition. rc-web@42: rc-web@42: Other features include a shared, embedded network stopwatch and a rc-web@42: live-chat window to facilitate syncronisation and communication rc-web@42: between partisipants in the performance.
rc-web@42:In a NodeScore performance the conductor/director also becomes rc-web@42: active in the compositional process as he she decides who plays what rc-web@42: material when. In this way NodeScore can be seen as an evolution of rc-web@42: methods used by composers from Lutoslawski (Jeux vénitiens to Zorn rc-web@42: ("Cobra") amongst others, where musicians are given cues chosen by the rc-web@42: director indicating certian prearranged stratagies. NodeScore however rc-web@42: alows much more complex media to be incorporated in the instructions rc-web@42: as well as facilitating networked telematic performances in this rc-web@42: style. rc-web@42:
rc-web@42: rc-web@42:This has been possible in the past through a rc-web@42: technique called "longpolling", though this was quite inefficient rc-web@42: compatered to websockets which allow a persistant live connection rc-web@42: between server and client. Through this connection the server can push rc-web@42: content to the client in realtime for instant displayed in their rc-web@42: browser.
rc-web@42: rc-web@42: