# HG changeset patch # User Nicholas Jillings # Date 1434011889 -3600 # Node ID e2e39f867db3e391617d720d4eceb7ba66e7b3a9 # Parent 1af8a548cab2546f72ff021090668d803a5f7c92 Removed selected track. audioEngineContext.play(id) now controls audioObject playbacks diff -r 1af8a548cab2 -r e2e39f867db3 ape.js --- a/ape.js Wed Jun 10 16:12:46 2015 +0100 +++ b/ape.js Thu Jun 11 09:38:09 2015 +0100 @@ -227,30 +227,9 @@ audioEngineContext.loopPlayback = loopPlayback; // Create AudioEngine bindings for playback - if (loopPlayback) { - audioEngineContext.selectedTrack = function(id) { - for (var i=0; ielementListenTracker - + Example Test Question Min