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

Method desc

src/core/StereoPannerNode.cpp:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 {"pan", "PAN", 0.5, 0.0, 1.0}, nullptr};
246
247AudioNodeDescriptor * StereoPannerNode::desc()
248{
249 static AudioNodeDescriptor d {s_spParams, nullptr};
250 return &d;
251}
252
253StereoPannerNode::StereoPannerNode(AudioContext& ac)
254 : AudioNode(ac, *desc())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected