mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 23:30:07 +02:00
One second countdown now based on the correct timer interval
This commit is contained in:
parent
44650ef053
commit
4f2ee32a1a
@ -73,7 +73,6 @@ DECLARE_EXPORTED_EVENT_TYPE(AUDACITY_DLL_API, EVT_TRACK_PANEL_TIMER, -1);
|
||||
|
||||
enum {
|
||||
kTimerInterval = 50, // milliseconds
|
||||
kOneSecondCountdown = 1000 / kTimerInterval,
|
||||
};
|
||||
|
||||
class AUDACITY_DLL_API TrackInfo
|
||||
|
@ -46,6 +46,8 @@ enum {
|
||||
#endif
|
||||
|
||||
ScrubPollInterval_ms = 50,
|
||||
|
||||
kOneSecondCountdown = 1000 / ScrubPollInterval_ms,
|
||||
};
|
||||
|
||||
static const double MinStutter = 0.2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user