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

Method desc

src/extended/DiodeNode.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 {"vl", "VL ", SettingType::Float}, nullptr };
21
22AudioNodeDescriptor * DiodeNode::desc()
23{
24 static AudioNodeDescriptor d {nullptr, s_dSettings};
25 return &d;
26}
27
28DiodeNode::DiodeNode(AudioContext & ac)
29 : WaveShaperNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected