Home
last modified time | relevance | path

Searched refs:tact_redux (Results 1 – 2 of 2) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/lib/
H A Dags_time.c63 gdouble tact_redux; in ags_time_get_uptime_from_offset() local
74 tact_redux = offset; in ags_time_get_uptime_from_offset()
80 min = (guint) floor(tact_redux / delay_min); in ags_time_get_uptime_from_offset()
83 tact_redux = tact_redux - (min * delay_min); in ags_time_get_uptime_from_offset()
86 sec = (guint) floor(tact_redux / delay_sec); in ags_time_get_uptime_from_offset()
89 tact_redux = tact_redux - (sec * delay_sec); in ags_time_get_uptime_from_offset()
92 msec = (guint) floor(tact_redux / delay_msec); in ags_time_get_uptime_from_offset()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_navigation.c722 gdouble tact_redux; in ags_navigation_tact_to_time_string() local
734 tact_redux = tact_redux - (min * delay_min); in ags_navigation_tact_to_time_string()
740 tact_redux = tact_redux - (sec * delay_sec); in ags_navigation_tact_to_time_string()
768 gdouble tact_redux; in ags_navigation_update_time_string() local
775 tact_redux = 1.0 / 16.0; in ags_navigation_update_time_string()
780 tact_redux = tact_redux - (min * delay_min); in ags_navigation_update_time_string()
786 tact_redux = tact_redux - (sec * delay_sec); in ags_navigation_update_time_string()
835 gdouble tact_redux; in ags_navigation_absolute_tact_to_time_string() local
844 tact_redux = tact; in ags_navigation_absolute_tact_to_time_string()
849 tact_redux = tact_redux - (min * delay_min); in ags_navigation_absolute_tact_to_time_string()
[all …]