Searched refs:harfDur (Results 1 – 1 of 1) sorted by relevance
1778 let harfDur = Math.trunc((endNS - startNS) / 2 - dur / 2); variable1779 let leftNs = startTime - harfDur; variable1780 let rightNs = startTime + dur + harfDur;1781 if (startTime - harfDur < 0) {1783 rightNs += harfDur - startTime;