| 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, |
nothing calls this directly
no test coverage detected