Mercurial > hg > webaudioevaluationtool
diff ape.js @ 1517:cfd25c48bc77
Bug #1370: Fragments marked as outside reference are no longer checked for movement parameters in APE.
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Thu, 10 Sep 2015 12:32:56 +0100 |
parents | 838d8e59c8ff |
children | bfbd2c6ab8fb |
line wrap: on
line diff
--- a/ape.js Wed Sep 09 10:35:04 2015 +0100 +++ b/ape.js Thu Sep 10 12:32:56 2015 +0100 @@ -83,7 +83,7 @@ var strNums = []; for (var i=0; i<audioObjs.length; i++) { - if (audioObjs[i].metric.wasMoved == false) { + if (audioObjs[i].metric.wasMoved == false && audioObjs[i].specification.type != 'outsidereference') { state = false; strNums.push(i); }