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

Method setMode

src/extended/ClipNode.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void ClipNode::setMode(Mode m)
160{
161 internalNode->mode->setUint32(uint32_t(m));
162}
163
164std::shared_ptr<AudioParam> ClipNode::aVal()
165{

Callers

nothing calls this directly

Calls 1

setUint32Method · 0.80

Tested by

no test coverage detected