Lines Matching refs:tempo_history_count
129 static int tempo_history_count = 0; variable
238 tempo_history_count = 0; in readheader()
239 tempo_history[tempo_history_count] = Mf_currtempo; in readheader()
240 tempo_history_time[tempo_history_count] = 0; in readheader()
291 for (i = 0; i <= tempo_history_count; i++) { in find_tempo()
296 if (i > tempo_history_count || tempo_history_time[i] > Mf_currtime) { in find_tempo()
552 if (tempo_history[tempo_history_count] == Mf_currtempo) break; in metaevent()
553 if (tempo_history_time[tempo_history_count] > Mf_currtime) break; in metaevent()
554 if (tempo_history_count < MAX_HISTORY - 1) tempo_history_count++; in metaevent()
555 tempo_history[tempo_history_count] = Mf_currtempo; in metaevent()
556 tempo_history_time[tempo_history_count] = Mf_currtime; in metaevent()