Lines Matching refs:Mf_currtime
225 set_event_time(ev, Mf_currtime); in set_event_header()
254 local_secs = tick2time_dbl(Mf_currtime); in do_tempo()
255 local_ticks = Mf_currtime; in do_tempo()
268 printf("%lu: NoteOn (%d) %d %d\n", Mf_currtime, chan, pitch, vol); in do_noteon()
280 printf("%lu: NoteOff (%d) %d %d\n", Mf_currtime, chan, pitch, vol); in do_noteoff()
292 printf("%lu: Program (%d) %d\n", Mf_currtime, chan, program); in do_program()
304 printf("%lu: Control (%d) %d %d\n", Mf_currtime, chan, control, value); in do_parameter()
316 printf("%lu: Pitchbend (%d) %d %d\n", Mf_currtime, chan, lsb, msb); in do_pitchbend()
327 printf("%lu: KeyPress (%d) %d %d\n", Mf_currtime, chan, pitch, pressure); in do_pressure()
338 printf("%lu: ChanPress (%d) %d\n", Mf_currtime, chan, pressure); in do_chanpressure()
350 printf("%lu: Sysex, len=%d\n", Mf_currtime, len); in do_sysex()
613 tick2time_dbl(Mf_currtime + 1), (double) (Mf_currtime + 1)); in main()