mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 16:39:30 +02:00
Correct "scrub delay" for whatever scrub timer, so that the lag is right
This commit is contained in:
commit
29d8b9fdc3
@ -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