# HG changeset patch # User Nicholas Jillings # Date 1455793141 0 # Node ID 3c25db9c8393b59c4fc565d23baa40e666f9eb73 # Parent f0c74260c47d12b782808c2f7aea31ce0272415b Hotfix: Loop crossfade defaults to 0 seconds. diff -r f0c74260c47d -r 3c25db9c8393 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