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

Method windowSize

src/extended/SpectralMonitorNode.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void SpectralMonitorNode::windowSize(unsigned int ws)
233{
234 internalNode->setWindowSize(ws);
235}
236
237unsigned int SpectralMonitorNode::windowSize() const
238{

Callers

nothing calls this directly

Calls 2

setWindowSizeMethod · 0.80
valueUint32Method · 0.80

Tested by

no test coverage detected