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

Method IsBatchProcessing

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

Source from the content-addressed store, hash-verified

293}
294
295bool Effect::IsBatchProcessing() const
296{
297 return mIsBatch;
298}
299
300void Effect::SetBatchProcessing()
301{

Callers 2

PromptForParamsForMethod · 0.80
EffectUI.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected