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

Method setConeOuterGain

src/core/PannerNode.cpp:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 return static_cast<float>(m_coneEffect->outerGain());
593}
594void PannerNode::setConeOuterGain(float angle)
595{
596 m_coneEffect->setOuterGain(angle);
597}
598
599double PannerNode::tailTime(ContextRenderLock & r) const
600{

Callers

nothing calls this directly

Calls 1

setOuterGainMethod · 0.80

Tested by

no test coverage detected