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

Method initialize

src/core/AudioBasicProcessorNode.cpp:25–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void AudioBasicProcessorNode::initialize()
26{
27 if (isInitialized())
28 return;
29
30 ASSERT(processor());
31 processor()->initialize();
32
33 AudioNode::initialize();
34}
35
36void AudioBasicProcessorNode::uninitialize()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected