MCPcopy 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
298void WaveTrackData::SetVolume(float value)
299{
300 mGain.store(value, std::memory_order_relaxed);
301}
302
303float WaveTrackData::GetPan() const
304{

Callers 7

MixAndRenderFunction · 0.80
DoSetVolumeMethod · 0.80
HandleSliderGainMethod · 0.80
ApplyInnerMethod · 0.80
SetValueMethod · 0.80
SetTrackGainFunction · 0.80
setVolumeMethod · 0.80

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected