# HG changeset patch # User Nicholas Jillings # Date 1437642638 -3600 # Node ID d31600062d1ca90d16583729f801d6b9864e7d8c # Parent f9e50328a26aa1bfcfc7ce3b94b96485fd4427e8 Feature #1287: Padding added when looping is enabled to give synchronised looping. diff -r f9e50328a26a -r d31600062d1c core.js --- a/core.js Thu Jul 23 09:51:26 2015 +0100 +++ b/core.js Thu Jul 23 10:10:38 2015 +0100 @@ -807,6 +807,45 @@ return ready; }; + this.setSynchronousLoop = function() { + // Pads the signals so they are all exactly the same length + if (this.audioObjectsReady) + { + var length = 0; + var lens = []; + var maxId; + for (var i=0; i40 - + Example Test Question Min