Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetVolume
Method
SetVolume
libraries/lib-wave-track/WaveTrack.cpp:298–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
void WaveTrackData::SetVolume(float value)
299
{
300
mGain.store(value, std::memory_order_relaxed);
301
}
302
303
float WaveTrackData::GetPan() const
304
{
Callers
7
MixAndRender
Function · 0.80
DoSetVolume
Method · 0.80
HandleSliderGain
Method · 0.80
ApplyInner
Method · 0.80
SetValue
Method · 0.80
SetTrackGain
Function · 0.80
setVolume
Method · 0.80
Calls
1
store
Method · 0.45
Tested by
no test coverage detected