Searched refs:bpm (Results 1 – 2 of 2) sorted by relevance
627 bpm = 4 variable in MidiSegInfo.segInfo664 bpm = IniGetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", 'int', 0)666 if iMsPerTick == 0 or bpm == 0 or ppqn == 0:668 tb = TimeBase(ppqn, bpm)677 ret.bpm = bpm
4142 … int bpm = getBorderPaddingMargin(toRenderInline(child), childIterator.endOfInline); in calcInlinePrefWidths() local4143 childMin += bpm; in calcInlinePrefWidths()4144 childMax += bpm; in calcInlinePrefWidths()