# HG changeset patch # User Nicholas Jillings # Date 1430493505 -3600 # Node ID 99ae5f9d9333146955a76d46fbfaf8e418ec9d62 # Parent 88bae176ad02468f3e9af9171e054ca7c424fe57 Fixed Bug 1205: Stop/start button now has full control in non-loop mode. diff -r 88bae176ad02 -r 99ae5f9d9333 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