MCPcopy Create free account
hub / github.com/DISTRHO/DPF / auUninitialize

Function auUninitialize

distrho/src/DistrhoPluginAU.cpp:502–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500 }
501
502 OSStatus auUninitialize()
503 {
504 fPlugin.deactivateIfNeeded();
505
506 #if DISTRHO_PLUGIN_NUM_INPUTS + DISTRHO_PLUGIN_NUM_OUTPUTS != 0
507 reallocAudioBufferList(false);
508 #endif
509 return noErr;
510 }
511
512 OSStatus auGetPropertyInfo(const AudioUnitPropertyID inProp,
513 const AudioUnitScope inScope,

Callers

nothing calls this directly

Calls 1

reallocAudioBufferListFunction · 0.85

Tested by

no test coverage detected