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

Method render

src/core/NullDeviceNode.cpp:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void NullDeviceNode::render(AudioBus * src, AudioBus * dst, int frames, const SamplingInfo & info)
118{
119 ProfileScope profile(graphTime);
120 totalTime.zero();
121
122 pull_graph(m_context, input(0).get(), src, dst, frames, info, nullptr);
123 profile.finalize(); // ensure profile is not prematurely destructed
124}
125
126const SamplingInfo & NullDeviceNode::getSamplingInfo() const
127{

Callers

nothing calls this directly

Calls 3

getMethod · 0.80
finalizeMethod · 0.80
zeroMethod · 0.45

Tested by

no test coverage detected