MCPcopy 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
53void PingPongDelayNode::SetLevel(float f)
54{
55 auto clamped = clampTo<float>(f, 0.0f, 1.0f);
56 wetGain->gain()->setValue(clamped);
57}
58
59void PingPongDelayNode::SetDelayIndex(TempoSync value)
60{

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.80
gainMethod · 0.45

Tested by

no test coverage detected