From c6f4acbfc19c2d9d80f6765d44be45f6615a3fe0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 17 Oct 2013 02:56:02 +0200 Subject: [PATCH] add doc ! update UI text --- README.rst | 26 ++++++++++++++++++-------- doc/source/ui.rst | 26 ++++++++++++++++++-------- 2 files changed, 36 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index dc8a67b..808c618 100644 --- a/README.rst +++ b/README.rst @@ -210,19 +210,29 @@ MacOS X and Windows versions will soon be explorated. The player should work on any modern HTML5 enabled browser. Flash is needed for MP3 if the browser doesn't support it. -Extensible HTML5 User Interface -================================ +HTML5 User Interface +======================= -TimeSide comes with a smart HTML5 audio player which can drive the process engine through a web server. +TimeSide comes with a smart and pure HTML5 audio player. -Some examples of application: +Features: + * embed it in any audio web application + * stream, playback and download various audio formats on the fly + * synchronize sound with text, bitmap and vectorial events + * seek through various semantic, analytic and time synced data + * fully skinnable with CSS style - * http://parisson.telemeta.org/archives/items/PRS_07_01_03/ - * http://archives.crem-cnrs.fr/items/CNRSMH_I_1956_002_001_01/ (player embedded in a Telemeta session) +Examples of the player embeded in the Telemeta open web audio CMS: + * http://parisson.telemeta.org/archives/items/PRS_07_01_03/ + * http://archives.crem-cnrs.fr/items/CNRSMH_I_1956_002_001_01/ -The detailed documentation to extend the player: +Development documentation: + * https://github.com/yomguy/TimeSide/wiki/Ui-Guide - * https://github.com/yomguy/TimeSide/wiki/Ui-Guide +TODO list: + * embed a light http server to get commands through something like JSON RPC + * zoom + * layers Development =========== diff --git a/doc/source/ui.rst b/doc/source/ui.rst index a33e3c6..759799e 100644 --- a/doc/source/ui.rst +++ b/doc/source/ui.rst @@ -1,14 +1,24 @@ -Extensible HTML5 User Interface -================================ +HTML5 User Interface +==================== -TimeSide comes with a smart HTML5 audio player which can drive the process engine through a web server. +TimeSide comes with a smart and pure HTML5 audio player. -Some examples of application: +Features: + * embed it in any audio web application + * stream, playback and download various audio formats on the fly + * synchronize sound with text, bitmap and vectorial events + * seek through various semantic, analytic and time synced data + * fully skinnable with CSS style - * http://parisson.telemeta.org/archives/items/PRS_07_01_03/ - * http://archives.crem-cnrs.fr/items/CNRSMH_I_1956_002_001_01/ (player embedded in a Telemeta session) +Examples of the player embeded in the Telemeta open web audio CMS: + * http://parisson.telemeta.org/archives/items/PRS_07_01_03/ + * http://archives.crem-cnrs.fr/items/CNRSMH_I_1956_002_001_01/ -The detailed documentation to extend the player: +Development documentation: + * https://github.com/yomguy/TimeSide/wiki/Ui-Guide - * https://github.com/yomguy/TimeSide/wiki/Ui-Guide +TODO list: + * embed a light http server to get commands through something like JSON RPC + * zoom + * layers -- 2.39.5