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

Method latencyTime

src/extended/ClipNode.cpp:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128 virtual double tailTime(ContextRenderLock & r) const override { return 0; }
129 virtual double latencyTime(ContextRenderLock & r) const override { return 0; }
130
131 ClipNode * _owner = nullptr;
132 std::shared_ptr<AudioParam> aVal;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected