HomeSort by relevance Sort by last modified time
    Searched refs:beats_per_measure (Results 1 - 2 of 2) sorted by null

  /external/sonivox/jet_tools/JetCreator/
midifile.py 217 def __init__ (self, ppqn=DEFAULT_PPQN, beats_per_measure=DEFAULT_BEATS_PER_MEASURE):
219 self.beats_per_measure = beats_per_measure
222 total_beats = beats + (measures * self.beats_per_measure)
229 measures = beats / self.beats_per_measure
230 beats -= measures * self.beats_per_measure
    [all...]
JetUtils.py 610 print("beats_per_measure: " + str(mi.beats_per_measure))
645 IniSetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", str(mi.beats_per_measure))

Completed in 40 milliseconds