Lines Matching refs:Mf_currtempo
119 unsigned long Mf_currtempo = 500000; variable
236 Mf_currtempo = 500000; in readheader()
239 tempo_history[tempo_history_count] = Mf_currtempo; in readheader()
288 unsigned long old_tempo = Mf_currtempo; in find_tempo()
289 unsigned long new_tempo = Mf_currtempo; in find_tempo()
343 Mf_currtempo = find_tempo(); in readtrack()
367 unsigned long save_tempo = Mf_currtempo; in readtrack()
368 Mf_currtempo = find_tempo(); in readtrack()
370 if (Mf_currtempo != old_currtempo) { in readtrack()
371 old_currtempo = Mf_currtempo; in readtrack()
394 delta_secs = mf_ticks2sec (revised_time-old_currtime, Mf_division, Mf_currtempo); in readtrack()
397 revised_time, old_currtime, Mf_division, Mf_currtempo, delta_secs * 1600.0); in readtrack()
551 (*Mf_tempo) (Mf_currtempo = to32bit (0, m[0], m[1], m[2])); in metaevent()
552 if (tempo_history[tempo_history_count] == Mf_currtempo) break; in metaevent()
555 tempo_history[tempo_history_count] = Mf_currtempo; in metaevent()