# HG changeset patch # User www-data # Date 1461939660 -3600 # Node ID cbc26d0f104aa8bb766fd7a296f4154c17189fff # Parent dc0663a24604d01d98ef81ecccdd4c41efd4ac8d# Parent 70bb8e54274197fabaec8edf973c94b1437dffbf Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool diff -r dc0663a24604 -r cbc26d0f104a interfaces/ape.js --- a/interfaces/ape.js Fri Apr 29 12:21:00 2016 +0100 +++ b/interfaces/ape.js Fri Apr 29 15:21:00 2016 +0100 @@ -25,7 +25,7 @@ hasBeenPlayed = audioEngineContext.checkAllPlayed(); if (hasBeenPlayed.length > 0) // if a fragment has not been played yet { - str = ""; + var str = ""; if (hasBeenPlayed.length > 1) { for (var i=0; i 1) { - var str = ""; + for (var i=0; i= 0 && this.stateIndex< this.stateMap.length) { + return this.currentStore; + } else { + return null; + } + } } function AudioEngine(specification) {