Mercurial > hg > webaudioevaluationtool
comparison core.js @ 38:8894d17cfad7 Dev_main
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 | c61a92659541 |
children | 2fd137d891a7 |
comparison
equal
deleted
inserted
replaced
37:8a78c6d38c5f | 38:8894d17cfad7 |
---|---|
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 |