Mercurial > hg > webaudioevaluationtool
comparison core.js @ 751:3b8069ea47d2
Bug #1507 MUSHRA outside reference added
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Mon, 21 Dec 2015 13:17:45 +0000 |
parents | 07c996307cbd |
children | 56ee920d5d85 |
comparison
equal
deleted
inserted
replaced
750:c9c010690d56 | 751:3b8069ea47d2 |
---|---|
2856 { | 2856 { |
2857 var str = "You have not moved "; | 2857 var str = "You have not moved "; |
2858 var failed = []; | 2858 var failed = []; |
2859 for (var i in audioEngineContext.audioObjects) | 2859 for (var i in audioEngineContext.audioObjects) |
2860 { | 2860 { |
2861 if(audioEngineContext.audioObjects[i].metric.wasMoved == false) | 2861 if(audioEngineContext.audioObjects[i].metric.wasMoved == false && audioEngineContext.audioObjects[i].specification.type != 'outsidereference') |
2862 { | 2862 { |
2863 failed.push(audioEngineContext.audioObjects[i].id); | 2863 failed.push(audioEngineContext.audioObjects[i].id); |
2864 } | 2864 } |
2865 } | 2865 } |
2866 if (failed.length == 0) | 2866 if (failed.length == 0) |