| 38 | } |
| 39 | |
| 40 | void PingPongDelayNode::SetTempo(float t) |
| 41 | { |
| 42 | tempo = t; |
| 43 | leftDelay->SetTempo(tempo); |
| 44 | rightDelay->SetTempo(tempo); |
| 45 | } |
| 46 | |
| 47 | void PingPongDelayNode::SetFeedback(float f) |
| 48 | { |
nothing calls this directly
no outgoing calls
no test coverage detected