Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ SetLevel
Method
SetLevel
src/extended/PingPongDelayNode.cpp:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void PingPongDelayNode::SetLevel(float f)
54
{
55
auto clamped = clampTo<float>(f, 0.0f, 1.0f);
56
wetGain->gain()->setValue(clamped);
57
}
58
59
void PingPongDelayNode::SetDelayIndex(TempoSync value)
60
{
Callers
nothing calls this directly
Calls
2
setValue
Method · 0.80
gain
Method · 0.45
Tested by
no test coverage detected