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

Method SetDelayIndex

src/extended/PingPongDelayNode.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void PingPongDelayNode::SetDelayIndex(TempoSync value)
60{
61 leftDelay->SetDelayIndex(value);
62 rightDelay->SetDelayIndex(value);
63}
64
65void PingPongDelayNode::BuildSubgraph(AudioContext & ac)
66{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected