# HG changeset patch # User Nicholas Jillings # Date 1455793141 0 # Node ID 6c8757c643aea11788d6e275720b965512debb60 # Parent 95fe9015f36848b09a94475312e60d70bdcb9546 Hotfix: Loop crossfade defaults to 0 seconds. diff -r 95fe9015f368 -r 6c8757c643ae 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