changeset 273:1063d7132493 Dev_main

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 7cd7c6354494
children 1077ea830706
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;
 			}
 		}