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

Method coneGain

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

Source from the content-addressed store, hash-verified

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;
135 virtual double latencyTime(ContextRenderLock & r) const override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected