Home
last modified time | relevance | path

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

/dports/audio/din/din-52/src/
H A Deval.cc835 static const double reptf = 1./7, repts = 1./48.; in handle_input() local
880 if (keypressedd (SDLK_SEMICOLON, reptf, repts)) { in handle_input()
889 else if (keypressedd (SDLK_QUOTE, reptf, repts)) { in handle_input()
897 else if (keypressedd (SDLK_COMMA, reptf, repts)) { in handle_input()
906 else if (keypressedd (SDLK_PERIOD, reptf, repts)) { in handle_input()
916 if (keypressedd (SDLK_o, reptf, repts1)) { in handle_input()
924 } else if (keypressedd (SDLK_p, reptf, repts1)) { in handle_input()
962 if (keypressedd (SDLK_KP_PLUS, reptf, repts)) ++MENU.sp_mondrian_change_slit_size; in handle_input()
963 else if (keypressedd (SDLK_KP_MINUS, reptf, repts)) --MENU.sp_mondrian_change_slit_size; in handle_input()
965 if (keypressedd (SDLK_MINUS, reptf, repts)) --MENU.sp_mondrian_change_trail_size; in handle_input()
[all …]
H A Ddin.cc1885 static const double reptf = 1./7, repts = 1./64.; in handle_input() local
2047 else if (keypressedd (SDLK_LEFTBRACKET, reptf, repts)) { in handle_input()
2050 else if (keypressedd (SDLK_RIGHTBRACKET, reptf, repts)) { in handle_input()
2092 else if (keypressedd (SDLK_o, reptf, repts)) in handle_input()
2094 else if (keypressedd (SDLK_p, reptf, repts)) { in handle_input()
2111 else if (keypressedd (SDLK_COMMA, reptf, repts)) { in handle_input()
2119 else if (keypressedd (SDLK_PERIOD, reptf, repts)) { in handle_input()