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

Method latencyTime

include/LabSound/core/ChannelMergerNode.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32private:
33 virtual double tailTime(ContextRenderLock & r) const override { return 0; }
34 virtual double latencyTime(ContextRenderLock & r) const override { return 0; }
35
36 int m_desiredNumberOfOutputChannels = 1; // default
37};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected