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

Method Create

src/extended/Registry.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62lab::AudioNode* NodeRegistry::Create(const std::string& n, lab::AudioContext& ac)
63{
64 auto i = _detail->descriptors.find(n);
65 if (i == _detail->descriptors.end())
66 return nullptr;
67
68 return i->second.c(ac);
69}
70
71AudioNodeDescriptor const * const NodeRegistry::Descriptor(const std::string & n) const
72{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected