| 57 | } |
| 58 | |
| 59 | void PingPongDelayNode::SetDelayIndex(TempoSync value) |
| 60 | { |
| 61 | leftDelay->SetDelayIndex(value); |
| 62 | rightDelay->SetDelayIndex(value); |
| 63 | } |
| 64 | |
| 65 | void PingPongDelayNode::BuildSubgraph(AudioContext & ac) |
| 66 | { |
nothing calls this directly
no outgoing calls
no test coverage detected