pombreda / at2

Automatically exported from code.google.com/p/at2
0 stars 0 forks source link

Interface issues on low sdl_frame_rate #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tested with value of 15.
The VU meter drop speed doesn't take sdl_frame_rate setting into consideration.
Also, the controls lag a bit behind(try holding down key in pattern view and 
releasing).

Original issue reported on code.google.com by pissmasterplus on 16 Apr 2014 at 5:34

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Decay bar speed already fixed. As the key control responsivness with such low 
sdl frame rates, this seems to require more thorough change of "CPU save" 
concept, because current use of SDL_Delay function simply avoids key processing 
within the wait cycles. Best would be maybe to limit the minimum sdl frame rate 
to 50, which seems to work 'yet' correctly either in respect to key processing.

Original comment by subz3ro....@gmail.com on 17 Apr 2014 at 9:55