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

Method WaveShaperNode

src/core/WaveShaperNode.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23WaveShaperNode::WaveShaperNode(AudioContext& ac)
24: AudioNode(ac, *desc())
25{
26 addInput(std::unique_ptr<AudioNodeInput>(new AudioNodeInput(this)));
27 addOutput(std::unique_ptr<AudioNodeOutput>(new AudioNodeOutput(this, 1)));
28 initialize();
29}
30
31WaveShaperNode::WaveShaperNode(AudioContext & ac, AudioNodeDescriptor const & desc)
32: AudioNode(ac, desc)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected