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

Method SpectralMonitorNode

src/extended/SpectralMonitorNode.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110SpectralMonitorNode::SpectralMonitorNode(AudioContext & ac)
111 : AudioBasicInspectorNode(ac, *desc(), 2)
112{
113 internalNode = new SpectralMonitorNodeInternal(setting("windowSize"));
114 initialize();
115}
116
117SpectralMonitorNode::~SpectralMonitorNode()
118{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected