Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void GainNode::reset(ContextRenderLock & r)
104
{
105
// Snap directly to desired gain.
106
m_lastGain = gain()->value();
107
}
108
109
110
} // namespace lab
Callers
11
AudioContext
Method · 0.45
~AudioContext
Method · 0.45
loadHrtfDatabase
Method · 0.45
AudioNodeOutput
Method · 0.45
setNumberOfChannels
Method · 0.45
updateInternalBus
Method · 0.45
calculateFinalValues
Method · 0.45
render
Method · 0.45
play
Method · 0.45
play
Method · 0.45
play
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected