# HG changeset patch # User Nicholas Jillings # Date 1434011889 -3600 # Node ID c311017f4f970b80719cf25193d743e063123c12 # Parent 13946f91f0a30c568116e2614904c59e17f2ffda Removed selected track. audioEngineContext.play(id) now controls audioObject playbacks diff -r 13946f91f0a3 -r c311017f4f97 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