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

Function setLastRenderError

distrho/src/DistrhoPluginAU.cpp:2417–2424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2415 }
2416
2417 void setLastRenderError(const OSStatus err)
2418 {
2419 if (fLastRenderError != noErr)
2420 return;
2421
2422 fLastRenderError = err;
2423 notifyPropertyListeners(kAudioUnitProperty_LastRenderError, kAudioUnitScope_Global, 0);
2424 }
2425
2426 // ----------------------------------------------------------------------------------------------------------------
2427

Callers 1

auRenderFunction · 0.85

Calls 1

notifyPropertyListenersFunction · 0.85

Tested by

no test coverage detected