Searched defs:harfDur (Results 1 – 1 of 1) sorted by relevance
2647 let harfDur = Math.trunc(endNS - startNS - dur / 2); variable2662 let harfDur = Math.trunc((endNS - startNS) / 2 - dur / 2); variable2663 let leftNs = startTime - harfDur; variable