create a map note durations at each index into the voice, including the accidentals at each duration. return format:
tickmap = {totalDuration: 16384,durationMap:[2048,4096,..], // A running total per tickdeltaMap:[2048,2048...], a map of deltas
Generated using TypeDoc
create a map note durations at each index into the voice, including the accidentals at each duration. return format: