HomeSort by relevance Sort by last modified time
    Searched refs:Mf_currtempo (Results 1 - 2 of 2) sorted by null

  /device/samsung/crespo/alsa-lib/test/
midifile.c 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()
    [all...]
midifile.h 27 extern unsigned long Mf_currtempo;

Completed in 84 milliseconds