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

Method reset

src/core/GainNode.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void GainNode::reset(ContextRenderLock & r)
104{
105 // Snap directly to desired gain.
106 m_lastGain = gain()->value();
107}
108
109
110} // namespace lab

Callers 11

AudioContextMethod · 0.45
~AudioContextMethod · 0.45
loadHrtfDatabaseMethod · 0.45
AudioNodeOutputMethod · 0.45
setNumberOfChannelsMethod · 0.45
updateInternalBusMethod · 0.45
calculateFinalValuesMethod · 0.45
renderMethod · 0.45
playMethod · 0.45
playMethod · 0.45
playMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected