# HG changeset patch # User Nicholas Jillings # Date 1455793141 0 # Node ID b62bdeca9bc66eb7ef8cd87bdb8b900ab3733e8e # Parent 3ef5ba19b20646bde7a50441b3dadbdc2e99ef3d Hotfix: Loop crossfade defaults to 0 seconds. diff -r 3ef5ba19b206 -r b62bdeca9bc6 core.js --- a/core.js Wed Feb 17 15:09:26 2016 +0000 +++ b/core.js Thu Feb 18 10:59:01 2016 +0000 @@ -1057,10 +1057,10 @@ interfaceContext.playhead.setTimePerPixel(this.audioObjects[id]); } if (this.loopPlayback) { - var setTime = audioContext.currentTime+2; + var setTime = audioContext.currentTime; for (var i=0; i