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

Method BatchProcessingOff

src/EffectAndCommandPluginManager.cpp:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void EffectAndCommandPluginManager::BatchProcessingOff(const PluginID& ID)
161{
162 if (auto effect = EffectManager::Get().GetEffect(ID))
163 effect->UnsetBatchProcessing();
164 else if (auto command = GetAudacityCommand(ID))
165 command->SetBatchProcessing(false);
166}
167
168// This function is used only in the macro programming user interface
169wxString EffectAndCommandPluginManager::GetEffectParameters(const PluginID& ID)

Callers 1

operator()Method · 0.80

Calls 4

GetFunction · 0.85
UnsetBatchProcessingMethod · 0.80
GetEffectMethod · 0.45
SetBatchProcessingMethod · 0.45

Tested by

no test coverage detected