MCPcopy Create free account
hub / github.com/LabSound/LabSound / SetTempo

Method SetTempo

src/extended/PingPongDelayNode.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void PingPongDelayNode::SetTempo(float t)
41{
42 tempo = t;
43 leftDelay->SetTempo(tempo);
44 rightDelay->SetTempo(tempo);
45}
46
47void PingPongDelayNode::SetFeedback(float f)
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected