# HG changeset patch # User Nicholas Jillings # Date 1455793141 0 # Node ID 0e4723c6f533e9ae5dc95fbec04f00af6b5d7cb3 # Parent 7b206ae65979ef3fb3bcdc28905aaaef7c809d52 Hotfix: Loop crossfade defaults to 0 seconds. diff -r 7b206ae65979 -r 0e4723c6f533 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