Searched refs:playDelay (Results 1 – 1 of 1) sorted by relevance
49 var playDelay = 5000; variable301 playDelay = parseInt(sectionTimes[dat])*1000;302 playDelay = (fadeModus == true) ? (playDelay+(2*fadeDuration)) : playDelay;303 if(playDelay && !isOp) {304 var idx = 0; var vol = parseInt(playDelay/1000);1192 playDelay = Math.max(5,Math.min(tmp,90))*1000;1193 playDelay = (fadeModus == true) ? (playDelay+(2*fadeDuration)) : playDelay;1353 if(playDelay && !isOp) {1354 var idx = 0; var vol = parseInt(playDelay/1000);2444 playDelay = playDelay-(2*fadeDuration);[all …]