Mercurial > hg > webaudioevaluationtool
diff ape.js @ 421:928fb9adae81 Dev_main
MUSHRA: Checks enabled. MUSHRA & APE: Warning if check not supported. Core: checkMoved and checkPlayed now in interface and available to all interfaces.
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Thu, 17 Dec 2015 17:09:40 +0000 |
parents | 418bfb7d18ed |
children | 0d3376c11145 |
line wrap: on
line diff
--- a/ape.js Thu Dec 17 16:48:08 2015 +0000 +++ b/ape.js Thu Dec 17 17:09:40 2015 +0000 @@ -653,6 +653,9 @@ var checkState = interfaceContext.checkScaleRange(); if (checkState == false) {canContinue = false;} break; + default: + console.log("WARNING - Check option "+checks[i].check+" is not supported on this interface"); + break; } }