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

Method TrackGroupProgress

libraries/lib-effects/Effect.cpp:353–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353bool Effect::TrackGroupProgress(
354 int whichGroup, double frac, const TranslatableString &msg) const
355{
356 auto updateResult = (mProgress ?
357 mProgress->Poll((whichGroup + frac) * 1000,
358 (double) mNumGroups * 1000, msg) :
359 BasicUI::ProgressResult::Success);
360 return (updateResult != BasicUI::ProgressResult::Success);
361}
362
363void Effect::GetBounds(
364 const WaveTrack &track, sampleCount *start, sampleCount *len)

Callers

nothing calls this directly

Calls 1

PollMethod · 0.45

Tested by

no test coverage detected