Searched refs:iMsPerTick (Results 1 - 1 of 1) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py626 iMsPerTick = 0 variable in class:MidiSegInfo.segInfo
663 iMsPerTick = IniGetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "MsPerTick", 'float', 0)
666 if iMsPerTick == 0 or bpm == 0 or ppqn == 0:
676 ret.iMsPerTick = iMsPerTick
680 ret.iLengthInMs = total_ticks * iMsPerTick

Completed in 63 milliseconds