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

Method params

include/LabSound/core/AudioNode.h:206–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 int setting_index(char const * const str);
205
206 std::vector<std::shared_ptr<AudioParam>> params() const { return _params; }
207 std::vector<std::shared_ptr<AudioSetting>> settings() const { return _settings; }
208
209 // miscelleaneous management

Callers 1

_printGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected