mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Correct "scrub delay" for whatever scrub timer, so that the lag is right
This commit is contained in:
parent
46f97fdf7a
commit
3792d18f2d
@ -292,7 +292,7 @@ bool Scrubber::MaybeStartScrubbing(wxCoord xx)
|
||||
|
||||
AudioIOStartStreamOptions options(mProject->GetDefaultPlayOptions());
|
||||
options.timeTrack = NULL;
|
||||
options.scrubDelay = (kTimerInterval / 1000.0);
|
||||
options.scrubDelay = (ScrubPollInterval_ms / 1000.0);
|
||||
options.scrubStartClockTimeMillis = mScrubStartClockTimeMillis;
|
||||
options.minScrubStutter = 0.2;
|
||||
#if 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user