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

Method settingNames

src/core/AudioNode.cpp:744–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744std::vector<std::string> AudioNode::settingNames() const
745{
746 std::vector<std::string> ret;
747 for (auto & p : _settings)
748 {
749 ret.push_back(p->name());
750 }
751 return ret;
752}
753std::vector<std::string> AudioNode::settingShortNames() const
754{
755 std::vector<std::string> ret;

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected