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

Method reset

src/core/PannerNode.cpp:284–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void PannerNode::reset(ContextRenderLock &)
285{
286 m_lastGain = -1.0; // force to snap to initial gain
287 if (m_panner.get())
288 m_panner->reset();
289}
290
291PanningModel PannerNode::panningModel() const
292{

Callers 3

PannerNodeMethod · 0.45
uninitializeMethod · 0.45
setPanningModelMethod · 0.45

Calls 1

getMethod · 0.80

Tested by

no test coverage detected