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

Method PWMNode

src/extended/PWMNode.cpp:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76////////////////////
77
78PWMNode::PWMNode(AudioContext & ac)
79 : lab::AudioBasicProcessorNode(ac, *desc())
80{
81 addInput(std::unique_ptr<AudioNodeInput>(new AudioNodeInput(this)));
82 m_processor.reset(new PWMNodeInternal());
83 internalNode = static_cast<PWMNodeInternal *>(m_processor.get()); // Currently unused
84 initialize();
85}
86
87PWMNode::~PWMNode()
88{

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected