MCPcopy Create free account
hub / github.com/audacity/audacity / IsScrubbing

Method IsScrubbing

src/ScrubState.cpp:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482bool ScrubState::IsScrubbing()
483{
484 auto gAudioIO = AudioIOBase::Get();
485 auto &queue = ScrubQueue::Instance;
486 return gAudioIO->IsBusy() && queue.Started();
487}

Callers 3

UpdateMethod · 0.45
ContinueScrubbingMessageFunction · 0.45

Calls 3

GetFunction · 0.85
IsBusyMethod · 0.80
StartedMethod · 0.80

Tested by

no test coverage detected