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

Method NoiseNode

src/extended/NoiseNode.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28NoiseNode::NoiseNode(AudioContext & ac)
29 : AudioScheduledSourceNode(ac, *desc())
30{
31 _type = setting("type");
32 addOutput(std::unique_ptr<AudioNodeOutput>(new AudioNodeOutput(this, 1)));
33 initialize();
34}
35
36NoiseNode::~NoiseNode()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected