Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dplaymidi1.c225 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()
[all …]
Dmidifile.c114 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()
385 printf("\tt=%lu ticks ( = %lu csec/16 < old %.2f + %.2f)\n", Mf_currtime, Mf_realtime, in readtrack()
[all …]
Dmidifile.h25 extern unsigned long Mf_currtime;