Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ smoothedValue
Method
smoothedValue
src/core/AudioParam.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
float AudioParam::smoothedValue()
50
{
51
return static_cast<float>(m_smoothedValue);
52
}
53
54
bool AudioParam::smooth(ContextRenderLock & r)
55
{
Callers
3
processPolyBLEP
Method · 0.80
process_oscillator
Method · 0.80
updateCoefficientsIfNecessary
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected