Mercurial > hg > webaudioevaluationtool
log core.js @ 143:431f6bec460b Dev_main
age | author | description |
---|---|---|
Sat, 30 May 2015 11:19:28 +0100 | Nicholas Jillings | Bug #1256 Fix: Safari does not use 'this' on the buffer.onended to reference to the buffer, but to the Window. Now uses event. Tested on chrome OSX as well. Dev_main |
Sat, 30 May 2015 10:51:55 +0100 | Nicholas Jillings | audioObjects.played member removed, duplicate in audioObjects.metric.wasListenedTo. Dev_main |
Fri, 29 May 2015 16:27:05 +0100 | Nicholas Jillings | Bug #1258 Fixed. audioObject.metric.startListening now writes to console. |
Thu, 28 May 2015 19:27:39 +0100 | Nicholas Jillings | Merge |
Thu, 28 May 2015 18:58:45 +0100 | Nicholas Jillings | Hacky test wait indicator!! |
Wed, 27 May 2015 20:24:17 +0100 | Brecht De Man | Fixed bug where 'all played' wasn't checked anymore in loop mode. Now in non-loop mode, 'flagAsPlayed' needs to be called explicitly from ape.js (may want to change) |
Wed, 27 May 2015 18:53:34 +0100 | Nicholas Jillings | Fixed metric collection, listening time, for looping sources |