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

Method distanceGain

include/LabSound/core/PannerNode.h:131–131  ·  view source on GitHub ↗

Accessors for dynamically calculated gain values.

Source from the content-addressed store, hash-verified

129
130 // Accessors for dynamically calculated gain values.
131 std::shared_ptr<AudioParam> distanceGain() { return m_distanceGain; }
132 std::shared_ptr<AudioParam> coneGain() { return m_coneGain; }
133
134 virtual double tailTime(ContextRenderLock & r) const override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected