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

Method desc

src/extended/SupersawNode.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30static AudioSettingDescriptor s_ssSettings[] = {{"sawCount", "SAWC", SettingType::Integer}, nullptr};
31
32AudioNodeDescriptor * SupersawNode::desc()
33{
34 static AudioNodeDescriptor d {s_ssParams, s_ssSettings};
35 return &d;
36}
37
38class SupersawNode::SupersawNodeInternal
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected