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

Method delayProcessor

src/internal/DelayDSPKernel.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 AudioFloatArray m_delayTimes;
45
46 DelayProcessor * delayProcessor() { return static_cast<DelayProcessor *>(processor()); }
47 size_t bufferLengthForDelay(double delayTime, double sampleRate) const;
48};
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected