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

Method Register

src/extended/Registry.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool NodeRegistry::Register(char const* const name, AudioNodeDescriptor* desc, CreateNodeFn c, DeleteNodeFn d)
47{
48 printf("Registering %s\n", name);
49 _detail->descriptors[name] = { name, desc, c, d };
50 return true;
51}
52
53std::vector<std::string> NodeRegistry::Names() const
54{

Callers 1

LabSoundRegistryInitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected