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

Method desc

src/core/GainNode.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19static AudioParamDescriptor s_gainParams[] = {{"gain", "GAIN", 1.0, 0.0, 10000.0}, nullptr};
20AudioNodeDescriptor * GainNode::desc()
21{
22 static AudioNodeDescriptor d {s_gainParams, nullptr};
23 return &d;
24}
25
26GainNode::GainNode(AudioContext& ac)
27 : AudioNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected