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

Method desc

src/extended/NoiseNode.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20static AudioSettingDescriptor s_nSettings[] = {{"type", "TYPE", SettingType::Enum, s_noiseTypes}, nullptr};
21
22AudioNodeDescriptor * NoiseNode::desc()
23{
24 static AudioNodeDescriptor d {nullptr, s_nSettings};
25 return &d;
26}
27
28NoiseNode::NoiseNode(AudioContext & ac)
29 : AudioScheduledSourceNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected