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

Method latencyTime

include/LabSound/core/OscillatorNode.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 double phase = 0.0;
28 virtual double tailTime(ContextRenderLock & r) const override { return 0; }
29 virtual double latencyTime(ContextRenderLock & r) const override { return 0; }
30 virtual bool propagatesSilence(ContextRenderLock & r) const override;
31 std::shared_ptr<AudioSetting> m_type;
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected