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

Method windowSize

src/extended/PowerMonitorNode.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void PowerMonitorNode::windowSize(int ws)
41{
42 _windowSize->setUint32(static_cast<uint32_t>(ws));
43}
44
45int PowerMonitorNode::windowSize() const
46{

Callers

nothing calls this directly

Calls 2

setUint32Method · 0.80
valueUint32Method · 0.80

Tested by

no test coverage detected