# HG changeset patch # User Nicholas Jillings # Date 1430493505 -3600 # Node ID 355631b936d38b03b9f3307bb19517e43a563be2 # Parent e736301ff2e1dfd287ac8d81f0fb85f1343c2066 Fixed Bug 1205: Stop/start button now has full control in non-loop mode. diff -r e736301ff2e1 -r 355631b936d3 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