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

Method paramNames

src/core/AudioNode.cpp:725–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725std::vector<std::string> AudioNode::paramNames() const
726{
727 std::vector<std::string> ret;
728 for (auto & p : _params)
729 {
730 ret.push_back(p->name());
731 }
732 return ret;
733}
734std::vector<std::string> AudioNode::paramShortNames() const
735{
736 std::vector<std::string> ret;

Callers 1

_printGraphMethod · 0.80

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected