Home
last modified time | relevance | path

Searched refs:first_repeat_time (Results 1 – 5 of 5) sorted by relevance

/dports/audio/din/din-52/src/
H A Dbutton.cc21 first_repeat_time = 1. / 4; in button()
35 repeat_time = first_repeat_time; in handle_input()
54 repeat_time = first_repeat_time; in handle_input()
H A Dbutton.h29 double first_repeat_time, subsequent_repeat_time; member
H A Deval.cc1241 si->first_repeat_time = 0.005; in setup()
1279 ab_prev_wav.first_repeat_time = ab_next_wav.first_repeat_time = 0.33; in setup()
H A Ddin.cc1886 static const double first_repeat_time = 0.3, other_repeat_time = 0.05; in handle_input() local
1887 static double start_time, repeat_time = first_repeat_time; in handle_input()
1920 repeat_time = first_repeat_time; in handle_input()
H A Dmenu.cc3436 bi->first_repeat_time = bi->subsequent_repeat_time = dt; in set_repeat()