# HG changeset patch # User Nicholas Jillings # Date 1430493505 -3600 # Node ID 1c869162371b3861e83458f3d84b384a98da20aa # Parent 46cfd9fac5e75de2c496a62e839ad29af21efa7f Fixed Bug 1205: Stop/start button now has full control in non-loop mode. diff -r 46cfd9fac5e7 -r 1c869162371b ape.js --- a/ape.js Fri May 01 16:14:08 2015 +0100 +++ b/ape.js Fri May 01 16:18:25 2015 +0100 @@ -388,11 +388,9 @@ audioEngineContext.stop = function() { // Send stop and reset command to all playback buffers if (this.status == 1) { - if (this.loopPlayback) { - for (var i=0; i