Home
last modified time | relevance | path

Searched refs:tempo_change_time (Results 1 – 4 of 4) sorted by relevance

/dports/audio/alsa-lib/alsa-lib-1.2.2/test/
H A Dmidifile.c124 static unsigned long tempo_change_time = 0; variable
303 tempo_change_time = revised_time = tempo_history_time[i]; in find_tempo()
373 if (revised_time != tempo_change_time) { in readtrack()
388 if (revised_time == tempo_change_time) { in readtrack()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h922 gdouble tempo_change_time;/**< system time from which the master_tempo is to be used */ member
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscore.c628 si->tempo_change_time = 0.0; in init_score()
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c1738 gdouble duration = request_time - si->tempo_change_time; in scheme_master_tempo()
1760 si->tempo_change_time = request_time; in scheme_master_tempo()