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

Method initialize

src/core/NullDeviceNode.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void NullDeviceNode::initialize()
60{
61 if (isInitialized()) return;
62 AudioNode::initialize();
63}
64
65void NullDeviceNode::uninitialize()
66{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected