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

Method bVal

src/extended/ClipNode.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 return internalNode->aVal;
167}
168std::shared_ptr<AudioParam> ClipNode::bVal()
169{
170 return internalNode->bVal;
171}
172
173} // end namespace lab

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected