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

Method desc

src/core/SampledAudioNode.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 {"sourceBus", "SBUS", SettingType::Bus}, nullptr};
83
84 AudioNodeDescriptor * SampledAudioNode::desc()
85 {
86 static AudioNodeDescriptor d = {s_saParams, s_saSettings};
87 return &d;
88 }
89
90 SampledAudioNode::SampledAudioNode(AudioContext& ac)
91 : AudioScheduledSourceNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected