Searched defs:total_ticks (Results 1 - 1 of 1) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py629 total_ticks = 0 variable in class:MidiSegInfo.segInfo
669 total_ticks = tb.ConvertStrTimeToTicks(segment.length)
670 if total_ticks == 0:
671 total_ticks = tb.MbtDifference(tb.ConvertStrTimeToTuple(segment.start), tb.ConvertStrTimeToTuple(segment.end)) variable in class:MidiSegInfo.segInfo
672 if total_ticks == 0:
679 ret.total_ticks = total_ticks
680 ret.iLengthInMs = total_ticks * iMsPerTick

Completed in 83 milliseconds