| 742 | } |
| 743 | |
| 744 | std::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 | } |
| 753 | std::vector<std::string> AudioNode::settingShortNames() const |
| 754 | { |
| 755 | std::vector<std::string> ret; |