Lines Matching refs:beats
130 measures, beats, ticks = s.split(':',3) 131 return self.ConvertToTicks(int(measures), int(beats), int(ticks))