MCPcopy 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
43void AudioParam::setValue(float value)
44{
45 if (!std::isnan(value) && !std::isinf(value))
46 m_value = value;
47}
48
49float AudioParam::smoothedValue()
50{

Callers 15

resetMethod · 0.80
updateMethod · 0.80
SetFeedbackMethod · 0.80
SetLevelMethod · 0.80
BuildSubgraphMethod · 0.80
setDefaultBeepMethod · 0.80
coinMethod · 0.80
laserMethod · 0.80
explosionMethod · 0.80
powerUpMethod · 0.80
hitMethod · 0.80
jumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected