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

Method latencyTime

include/LabSound/extended/GranulationNode.h:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 virtual bool propagatesSilence(ContextRenderLock & r) const override;
97 virtual double tailTime(ContextRenderLock & r) const override { return 0; }
98 virtual double latencyTime(ContextRenderLock & r) const override { return 0; }
99
100 bool RenderGranulation(ContextRenderLock &, AudioBus *, int destinationFrameOffset, int numberOfFrames);
101

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected