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

Method desc

src/extended/PWMNode.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{
18
19AudioNodeDescriptor * PWMNode::desc()
20{
21 static AudioNodeDescriptor d {nullptr, nullptr};
22 return &d;
23}
24
25class PWMNode::PWMNodeInternal : public lab::AudioProcessor
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected