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

Method handleDirtyAudioSummingJunctions

src/core/AudioSummingJunction.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void AudioSummingJunction::handleDirtyAudioSummingJunctions(ContextRenderLock & r)
29{
30 ASSERT(r.context());
31 std::shared_ptr<AudioSummingJunction> asj;
32 while (s_dirtySummingJunctions.try_pop(asj))
33 asj->updateRenderingState(r);
34}
35
36AudioSummingJunction::AudioSummingJunction()
37 : m_renderingStateNeedUpdating(false)

Callers

nothing calls this directly

Calls 3

try_popMethod · 0.80
contextMethod · 0.45
updateRenderingStateMethod · 0.45

Tested by

no test coverage detected