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

Method BatchProcessingOn

src/EffectAndCommandPluginManager.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void EffectAndCommandPluginManager::BatchProcessingOn(const PluginID& ID)
153{
154 if (auto effect = EffectManager::Get().GetEffect(ID))
155 effect->SetBatchProcessing();
156 else if (auto command = GetAudacityCommand(ID))
157 command->SetBatchProcessing(true);
158}
159
160void EffectAndCommandPluginManager::BatchProcessingOff(const PluginID& ID)
161{

Callers

nothing calls this directly

Calls 3

GetFunction · 0.85
GetEffectMethod · 0.45
SetBatchProcessingMethod · 0.45

Tested by

no test coverage detected