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

Method PowerMonitorNode

src/extended/PowerMonitorNode.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26PowerMonitorNode::PowerMonitorNode(AudioContext & ac)
27 : AudioBasicInspectorNode(ac, *desc(), 2)
28 , _db(0)
29{
30 _windowSize = setting("windowSize");
31 _windowSize->setUint32(128);
32 initialize();
33}
34
35PowerMonitorNode::~PowerMonitorNode()
36{

Callers

nothing calls this directly

Calls 1

setUint32Method · 0.80

Tested by

no test coverage detected