Home
last modified time | relevance | path

Searched refs:Mf_currtempo (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/test/
H A Dmidifile.c37 * (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; 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 in readtrack()
[all...]
H A Dmidifile.h27 extern unsigned long Mf_currtempo;

Completed in 2 milliseconds