Home
last modified time | relevance | path

Searched refs:Mf_currtime (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/test/
H A Dplaymidi1.c227 set_event_time(ev, Mf_currtime); in set_event_header()
256 local_secs = tick2time_dbl(Mf_currtime); in do_tempo()
257 local_ticks = Mf_currtime; in do_tempo()
270 printf("%lu: NoteOn (%d) %d %d\n", Mf_currtime, chan, pitch, vol); in do_noteon()
282 printf("%lu: NoteOff (%d) %d %d\n", Mf_currtime, chan, pitch, vol); in do_noteoff()
294 printf("%lu: Program (%d) %d\n", Mf_currtime, chan, program); in do_program()
306 printf("%lu: Control (%d) %d %d\n", Mf_currtime, chan, control, value); in do_parameter()
318 printf("%lu: Pitchbend (%d) %d %d\n", Mf_currtime, chan, lsb, msb); in do_pitchbend()
329 printf("%lu: KeyPress (%d) %d %d\n", Mf_currtime, chan, pitch, pressure); in do_pressure()
340 printf("%lu: ChanPress (%d) %d\n", Mf_currtime, cha in do_chanpressure()
[all...]
H A Dmidifile.c39 * because Mf_currtime does not really measure time at all, since
114 unsigned long Mf_currtime = 0L; /* current time in delta-time units */ variable
292 if (tempo_history_time[i] <= Mf_currtime) old_tempo = tempo_history[i]; in find_tempo()
296 if (i > tempo_history_count || tempo_history_time[i] > Mf_currtime) { in find_tempo()
300 revised_time = Mf_currtime; in find_tempo()
340 Mf_currtime = Mf_realtime = 0; in readtrack()
352 Mf_currtime += 1; in readtrack()
357 revised_time = Mf_currtime; in readtrack()
358 Mf_currtime += delta_ticks; /* delta time */ in readtrack()
365 while (revised_time < Mf_currtime) { in readtrack()
[all...]
H A Dmidifile.h25 extern unsigned long Mf_currtime;

Completed in 3 milliseconds