MCPcopy Create free account
hub / github.com/LabSound/LabSound / handlePostRenderTasks

Method handlePostRenderTasks

src/core/AudioContext.cpp:398–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void AudioContext::handlePostRenderTasks(ContextRenderLock & r)
399{
400 ASSERT(r.context());
401 AudioSummingJunction::handleDirtyAudioSummingJunctions(r);
402 updateAutomaticPullNodes();
403}
404
405void AudioContext::synchronizeConnections(int timeOut_ms)
406{

Callers 1

pull_graphMethod · 0.80

Calls 1

contextMethod · 0.45

Tested by

no test coverage detected