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

Method desc

src/extended/GranulationNode.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 {nullptr}};
33
34AudioNodeDescriptor * GranulationNode::desc()
35{
36 static AudioNodeDescriptor d {s_GranulationParams, s_GranulationSettings};
37 return &d;
38}
39
40GranulationNode::GranulationNode(AudioContext & ac)
41 : AudioScheduledSourceNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected