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

Method isRunning

src/core/NullDeviceNode.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool NullDeviceNode::isRunning() const
113{
114 return m_startedRendering;
115}
116
117void NullDeviceNode::render(AudioBus * src, AudioBus * dst, int frames, const SamplingInfo & info)
118{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected