Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ setValue
Method
setValue
src/core/AudioParam.cpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void AudioParam::setValue(float value)
44
{
45
if (!std::isnan(value) && !std::isinf(value))
46
m_value = value;
47
}
48
49
float AudioParam::smoothedValue()
50
{
Callers
15
reset
Method · 0.80
update
Method · 0.80
SetFeedback
Method · 0.80
SetLevel
Method · 0.80
BuildSubgraph
Method · 0.80
setDefaultBeep
Method · 0.80
coin
Method · 0.80
laser
Method · 0.80
explosion
Method · 0.80
powerUp
Method · 0.80
hit
Method · 0.80
jump
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected