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

Method aVal

src/extended/ClipNode.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164std::shared_ptr<AudioParam> ClipNode::aVal()
165{
166 return internalNode->aVal;
167}
168std::shared_ptr<AudioParam> ClipNode::bVal()
169{
170 return internalNode->bVal;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected