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

Method DelayProcessor

src/internal/src/DelayProcessor.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15DelayProcessor::DelayProcessor(float sampleRate, double maxDelayTime, std::shared_ptr<AudioSetting> t)
16 : AudioDSPKernelProcessor()
17 , m_maxDelayTime(maxDelayTime)
18 , m_sampleRate(sampleRate)
19 , m_delayTime(t)
20{
21}
22
23DelayProcessor::~DelayProcessor()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected