MCPcopy 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
49float AudioParam::smoothedValue()
50{
51 return static_cast<float>(m_smoothedValue);
52}
53
54bool AudioParam::smooth(ContextRenderLock & r)
55{

Callers 3

processPolyBLEPMethod · 0.80
process_oscillatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected