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

Method desc

src/core/ConvolverNode.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103lab::AudioSettingDescriptor s_cSettings[] = {{"normalize", "NRML", SettingType::Bool},
104 {"impulseResponse", "IMPL", SettingType::Bus}, nullptr};
105AudioNodeDescriptor * ConvolverNode::desc()
106{
107 static AudioNodeDescriptor d {nullptr, s_cSettings};
108 return &d;
109}
110
111ConvolverNode::ConvolverNode(AudioContext& ac)
112 : AudioScheduledSourceNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected