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

Method desc

src/core/AnalyserNode.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 {nullptr}};
38
39AudioNodeDescriptor * AnalyserNode::desc()
40{
41 static AudioNodeDescriptor d {nullptr, s_AnalyserSettings};
42 return &d;
43}
44
45void AnalyserNode::shared_construction(int fftSize)
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected