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

Method processAutomaticPullNodes

src/core/AudioContext.cpp:612–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void AudioContext::processAutomaticPullNodes(ContextRenderLock & r, int framesToProcess)
613{
614 for (unsigned i = 0; i < m_renderingAutomaticPullNodes.size(); ++i)
615 {
616 m_renderingAutomaticPullNodes[i]->processIfNecessary(r, framesToProcess);
617 }
618}
619
620void AudioContext::enqueueEvent(std::function<void()> & fn)
621{

Callers 1

pull_graphMethod · 0.80

Calls 2

sizeMethod · 0.80
processIfNecessaryMethod · 0.80

Tested by

no test coverage detected