HomeSort by relevance Sort by last modified time
    Searched full:mf_currtime (Results 1 - 4 of 4) sorted by null

  /device/samsung/crespo/alsa-lib/test/
playmidi1.c 225 set_event_time(ev, Mf_currtime);
254 local_secs = tick2time_dbl(Mf_currtime);
255 local_ticks = Mf_currtime;
268 printf("%ld: NoteOn (%d) %d %d\n", Mf_currtime, chan, pitch, vol);
280 printf("%ld: NoteOff (%d) %d %d\n", Mf_currtime, chan, pitch, vol);
292 printf("%ld: Program (%d) %d\n", Mf_currtime, chan, program);
304 printf("%ld: Control (%d) %d %d\n", Mf_currtime, chan, control, value);
316 printf("%ld: Pitchbend (%d) %d %d\n", Mf_currtime, chan, lsb, msb);
327 printf("%ld: KeyPress (%d) %d %d\n", Mf_currtime, chan, pitch, pressure);
338 printf("%ld: ChanPress (%d) %d\n", Mf_currtime, chan, pressure)
    [all...]
midifile.c 39 * because Mf_currtime does not really measure time at all, since
114 unsigned long Mf_currtime = 0L; /* current time in delta-time units */
292 if (tempo_history_time[i] <= Mf_currtime) old_tempo = tempo_history[i];
296 if (i > tempo_history_count || tempo_history_time[i] > Mf_currtime) {
300 revised_time = Mf_currtime;
340 Mf_currtime = Mf_realtime = 0;
352 Mf_currtime += 1;
357 revised_time = Mf_currtime;
358 Mf_currtime += delta_ticks; /* delta time */
365 while (revised_time < Mf_currtime) {
    [all...]
midifile.h 25 extern unsigned long Mf_currtime;
midifile.3 35 long Mf_currtime;

Completed in 1978 milliseconds