Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ coneOuterGain
Method
coneOuterGain
src/core/PannerNode.cpp:590–593 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
588
}
589
590
float PannerNode::coneOuterGain() const
591
{
592
return static_cast<float>(m_coneEffect->outerGain());
593
}
594
void PannerNode::setConeOuterGain(float angle)
595
{
596
m_coneEffect->setOuterGain(angle);
Callers
nothing calls this directly
Calls
1
outerGain
Method · 0.80
Tested by
no test coverage detected