Mercurial > hg > webaudioevaluationtool
comparison core.js @ 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 |
comparison
equal
deleted
inserted
replaced
865:d0870902d0a6 | 866:97ae294cdfb8 |
---|---|
715 if (this.audioObjectsReady == false) { | 715 if (this.audioObjectsReady == false) { |
716 this.audioObjectsReady = this.checkAllReady(); | 716 this.audioObjectsReady = this.checkAllReady(); |
717 } | 717 } |
718 if (this.audioObjectsReady == true) { | 718 if (this.audioObjectsReady == true) { |
719 this.timer.startTest(); | 719 this.timer.startTest(); |
720 if (this.loopPlayback) | |
721 {this.setSynchronousLoop();} | |
720 this.status = 1; | 722 this.status = 1; |
721 } | 723 } |
722 } | 724 } |
723 if (this.status== 1) { | 725 if (this.status== 1) { |
724 if (id == undefined) { | 726 if (id == undefined) { |