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

Method desc

src/extended/ClipNode.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36static AudioSettingDescriptor s_cnSettings[] = {{"mode", "MODE", SettingType::Enum, s_ClipModes}, nullptr};
37
38AudioNodeDescriptor * ClipNode::desc()
39{
40 static AudioNodeDescriptor d {s_cnParams, s_cnSettings};
41 return &d;
42}
43
44class ClipNode::ClipNodeInternal : public lab::AudioProcessor
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected