Mercurial > hg > webaudioevaluationtool
changeset 713:55e8ab191227
Version 1.0 Release!
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Wed, 22 Apr 2015 18:37:04 +0100 |
parents | 2b3f19c4f607 (current diff) fef9e8337cfd (diff) |
children | d5a88548df71 |
files | ape.js apeTool.html core.js docs/ProjectSpecificationDocument.pdf docs/ProjectSpecificationDocument.tex docs/ResultsSpecificationDocument.pdf docs/ResultsSpecificationDocument.tex docs/SMC15/smc2015template.tex example_eval/project.xml |
diffstat | 3 files changed, 0 insertions(+), 32 deletions(-) [+] |
line wrap: on
line diff
--- a/ape.js Wed Apr 22 18:34:56 2015 +0100 +++ b/ape.js Wed Apr 22 18:37:04 2015 +0100 @@ -3,16 +3,6 @@ * Create the APE interface */ -/* - * - * WARNING!!! - * - * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL - * - * WARNING!!! - * - */ - var currentState; // Keep track of the current state (pre/post test, which test, final test? first test?) // preTest - In preTest state // testRun-ID - In test running, test Id number at the end 'testRun-2'
--- a/apeTool.html Wed Apr 22 18:34:56 2015 +0100 +++ b/apeTool.html Wed Apr 22 18:37:04 2015 +0100 @@ -3,14 +3,6 @@ <head> <meta charset="utf-8" /> -<!-- WARNING!!! - * - * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL - * - * WARNING!!! - * ---> - <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame Remove this if you use the .htaccess -->
--- a/core.js Wed Apr 22 18:34:56 2015 +0100 +++ b/core.js Wed Apr 22 18:37:04 2015 +0100 @@ -5,20 +5,6 @@ * Also contains all global variables. */ - -/* - * - * WARNING!!! - * - * YOU ARE VIEWING THE DEV VERSION. THERE IS NO GUARANTEE THIS WILL BE FULLY FUNCTIONAL - * - * WARNING!!! - * - */ - - - - /* create the web audio API context and store in audioContext*/ var audioContext; // Hold the browser web audio API var projectXML; // Hold the parsed setup XML