Lines Matching refs:Mf_realtime
37 * (8) added global variables Mf_division, Mf_currtempo, Mf_realtime, which
38 * are updated by the reading functions. Mf_realtime is useful,
40 * its units change value at every tempo change. Mf_realtime is
115 unsigned long Mf_realtime = 0L; /* current time in 1/16 centisecond-time units */
340 Mf_currtime = Mf_realtime = 0;
362 * revising Mf_realtime after each change.
372 old_realtime = Mf_realtime;
383 Mf_realtime = (unsigned long)(0.5 + Mf_f_realtime);
385 printf("\tt=%lu ticks ( = %lu csec/16 < old %.2f + %.2f)\n", Mf_currtime, Mf_realtime,
400 Mf_realtime = (unsigned long)(0.5 + Mf_f_realtime);
402 printf("\tt=%lu ticks ( = %lu csec/16 < old %.2f + %.2f)\n", Mf_currtime, Mf_realtime,