Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ setRefDistance
Method
setRefDistance
src/core/PannerNode.cpp:549–552 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
547
return static_cast<float>(m_distanceEffect->refDistance());
548
}
549
void PannerNode::setRefDistance(float refDistance)
550
{
551
m_refDistance->setFloat(refDistance);
552
}
553
554
float PannerNode::maxDistance()
555
{
Callers
1
PannerNode
Method · 0.45
Calls
1
setFloat
Method · 0.80
Tested by
no test coverage detected