Mercurial > hg > webaudioevaluationtool
diff core.js @ 44:c57aba852764 Dev_main
Implemented repeat function of tests
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Fri, 10 Apr 2015 16:21:57 +0100 |
parents | 2fd137d891a7 |
children | 4884ca36ffaa |
line wrap: on
line diff
--- a/core.js Fri Apr 10 15:30:44 2015 +0100 +++ b/core.js Fri Apr 10 16:21:57 2015 +0100 @@ -23,8 +23,8 @@ var audioContext; // Hold the browser web audio API var projectXML; // Hold the parsed setup XML -var testXMLSetups; // Hold the parsed test instances -var testResultsHolders; // Hold the results from each test for publishing to XML +var testXMLSetups = []; // Hold the parsed test instances +var testResultsHolders =[]; // Hold the results from each test for publishing to XML var currentTestHolder; // Hold an intermediate results during test - metrics var audioEngineContext; // The custome AudioEngine object var projectReturn; // Hold the URL for the return