Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ SetFeedback
Method
SetFeedback
src/extended/PingPongDelayNode.cpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void PingPongDelayNode::SetFeedback(float f)
48
{
49
auto clamped = clampTo<float>(f, 0.0f, 1.0f);
50
feedbackGain->gain()->setValue(clamped);
51
}
52
53
void PingPongDelayNode::SetLevel(float f)
54
{
Callers
1
play
Method · 0.80
Calls
2
setValue
Method · 0.80
gain
Method · 0.45
Tested by
no test coverage detected