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

Bug969: Just disable pause during scrub. It does not make sense.

This commit is contained in:
Paul Licameli
2015-05-26 12:58:39 -04:00
parent 2174de2ea3
commit 4ded4ec9ba
2 changed files with 9 additions and 0 deletions

View File

@@ -168,6 +168,8 @@ class AUDACITY_DLL_API AudioIO {
void SeekStream(double seconds) { mSeek = seconds; }
#ifdef EXPERIMENTAL_SCRUBBING_SUPPORT
bool IsScrubbing() { return IsBusy() && mScrubQueue != 0; }
static double GetMaxScrubSpeed() { return 32.0; } // Is five octaves enough for your amusement?
static double GetMinScrubSpeed() { return 0.01; }
/** \brief enqueue a new end time, using the last end as the new start,