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

Method UnsetBatchProcessing

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

Source from the content-addressed store, hash-verified

309}
310
311void Effect::UnsetBatchProcessing()
312{
313 mIsBatch = false;
314 // Restore effect's internal state from registry
315 // If effect is not stateful, this call doesn't really matter, and the
316 // settings object is a dummy
317 auto dummySettings = MakeSettings();
318 // Ignore failure
319 (void ) LoadUserPreset(GetSavedStateGroup(), dummySettings);
320}
321
322bool Effect::Delegate(Effect &delegate, EffectSettings &settings,
323 InstanceFinder finder)

Callers 1

BatchProcessingOffMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected