# HG changeset patch # User Nicholas Jillings # Date 1437642638 -3600 # Node ID 7cd7c63544948a0350cbffe986634c7a21e61ae3 # Parent 99faf6d80c8de7ff748e2a85930492134fd54c0c Feature #1287: Padding added when looping is enabled to give synchronised looping. diff -r 99faf6d80c8d -r 7cd7c6354494 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