1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 14:32:58 +02:00

Bugs 925, 926, 928 fixed again, better, for double click and shift too

This commit is contained in:
Paul Licameli
2015-05-24 17:31:00 -04:00
parent 5c62b80bc4
commit 3c88f8ce4d
3 changed files with 67 additions and 22 deletions

View File

@@ -90,6 +90,7 @@ struct AudioIOStartStreamOptions
, maxScrubSpeed(1.0)
, minScrubStutter(0.0)
, scrubStartClockTimeMillis(-1)
, maxScrubTime(0.0)
#endif
{}
@@ -117,6 +118,9 @@ struct AudioIOStartStreamOptions
// Scrubbing needs the time of start of the mouse movement that began
// the scrub:
wxLongLong scrubStartClockTimeMillis;
// usually from TrackList::GetEndTime()
double maxScrubTime;
#endif
};