Home | History | Annotate | Download | only in test

Lines Matching refs:Mf_currtempo

37  *	(8) added global variables Mf_division, Mf_currtempo, Mf_realtime, which
43 * (9) maintains a history of tempo settings to update Mf_currtempo,
119 unsigned long Mf_currtempo = 500000;
236 Mf_currtempo = 500000;
239 tempo_history[tempo_history_count] = Mf_currtempo;
288 unsigned long old_tempo = Mf_currtempo;
289 unsigned long new_tempo = Mf_currtempo;
343 Mf_currtempo = find_tempo();
367 unsigned long save_tempo = Mf_currtempo;
368 Mf_currtempo = find_tempo();
370 if (Mf_currtempo != old_currtempo) {
371 old_currtempo = Mf_currtempo;
394 delta_secs = mf_ticks2sec (revised_time-old_currtime, Mf_division, Mf_currtempo);
397 revised_time, old_currtime, Mf_division, Mf_currtempo, delta_secs * 1600.0);
551 (*Mf_tempo) (Mf_currtempo = to32bit (0, m[0], m[1], m[2]));
552 if (tempo_history[tempo_history_count] == Mf_currtempo) break;
555 tempo_history[tempo_history_count] = Mf_currtempo;