MCPcopy 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
47void PingPongDelayNode::SetFeedback(float f)
48{
49 auto clamped = clampTo<float>(f, 0.0f, 1.0f);
50 feedbackGain->gain()->setValue(clamped);
51}
52
53void PingPongDelayNode::SetLevel(float f)
54{

Callers 1

playMethod · 0.80

Calls 2

setValueMethod · 0.80
gainMethod · 0.45

Tested by

no test coverage detected