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:
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user