Mercurial > hg > webaudioevaluationtool
comparison core.js @ 662:2991b5476c7c
Updated popup button functions.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Fri, 10 Apr 2015 13:46:04 +0100 |
parents | 1e64848f5940 |
children | 2cc25941c433 |
comparison
equal
deleted
inserted
replaced
661:97ade670d7c1 | 662:2991b5476c7c |
---|---|
20 | 20 |
21 | 21 |
22 /* create the web audio API context and store in audioContext*/ | 22 /* create the web audio API context and store in audioContext*/ |
23 var audioContext; // Hold the browser web audio API | 23 var audioContext; // Hold the browser web audio API |
24 var projectXML; // Hold the parsed setup XML | 24 var projectXML; // Hold the parsed setup XML |
25 | |
25 var testXMLSetups; // Hold the parsed test instances | 26 var testXMLSetups; // Hold the parsed test instances |
26 var testResultsHolders; // Hold the results from each test for publishing to XML | 27 var testResultsHolders; // Hold the results from each test for publishing to XML |
27 var currentTestHolder; // Hold an intermediate results during test - metrics | 28 var currentTestHolder; // Hold an intermediate results during test - metrics |
28 var audioEngineContext; // The custome AudioEngine object | 29 var audioEngineContext; // The custome AudioEngine object |
29 var projectReturn; // Hold the URL for the return | 30 var projectReturn; // Hold the URL for the return |