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

Method desc

src/core/OscillatorNode.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 {"type", "TYPE", SettingType::Enum, s_types}, nullptr};
63
64AudioNodeDescriptor * OscillatorNode::desc()
65{
66 static AudioNodeDescriptor d {s_opDesc, s_osDesc};
67 return &d;
68}
69
70OscillatorNode::OscillatorNode(AudioContext & ac)
71 : AudioScheduledSourceNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected