Mercurial > hg > webaudioevaluationtool
comparison core.js @ 1219:b62b545b78f4
Update for #1625
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 23 Feb 2016 16:27:39 +0000 |
parents | 72b2bb8526b3 |
children | bcd5c032f196 |
comparison
equal
deleted
inserted
replaced
1218:72b2bb8526b3 | 1219:b62b545b78f4 |
---|---|
1178 return this.audioObjects[audioObjectId]; | 1178 return this.audioObjects[audioObjectId]; |
1179 }; | 1179 }; |
1180 | 1180 |
1181 this.newTestPage = function(audioHolderObject,store) { | 1181 this.newTestPage = function(audioHolderObject,store) { |
1182 this.pageStore = store; | 1182 this.pageStore = store; |
1183 this.state = 0; | 1183 this.status = 0; |
1184 this.audioObjectsReady = false; | 1184 this.audioObjectsReady = false; |
1185 this.metric.reset(); | 1185 this.metric.reset(); |
1186 for (var i=0; i < this.buffers.length; i++) | 1186 for (var i=0; i < this.buffers.length; i++) |
1187 { | 1187 { |
1188 this.buffers[i].users = []; | 1188 this.buffers[i].users = []; |