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

Method desc

src/core/DelayNode.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16static AudioSettingDescriptor s_delayTimeSettings[] = {{"delayTime", "DELY", SettingType::Float}, nullptr};
17
18AudioNodeDescriptor * DelayNode::desc()
19{
20 static AudioNodeDescriptor d {nullptr, s_delayTimeSettings};
21 return &d;
22}
23
24DelayNode::DelayNode(AudioContext& ac, double maxDelayTime)
25 : AudioBasicProcessorNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected