changeset 866:97ae294cdfb8

Feature #1287: Automatically applied on if looped.
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Thu, 23 Jul 2015 10:12:24 +0100
parents d0870902d0a6
children bd128cd894be
files core.js
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/core.js	Thu Jul 23 10:10:38 2015 +0100
+++ b/core.js	Thu Jul 23 10:12:24 2015 +0100
@@ -717,6 +717,8 @@
 			}
 			if (this.audioObjectsReady == true) {
 				this.timer.startTest();
+				if (this.loopPlayback)
+					{this.setSynchronousLoop();}
 				this.status = 1;
 			}
 		}