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

Method FunctionNode

src/extended/FunctionNode.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24FunctionNode::FunctionNode(AudioContext & ac, int channels)
25 : AudioScheduledSourceNode(ac, *desc())
26{
27 addOutput(std::unique_ptr<AudioNodeOutput>(new AudioNodeOutput(this, channels)));
28 initialize();
29}
30
31FunctionNode::~FunctionNode()
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected