MCPcopy Create free account
hub / github.com/audacity/audacity / DoSetVolume

Method DoSetVolume

libraries/lib-wave-track/WaveTrack.cpp:847–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847void WaveTrack::DoSetVolume(float value)
848{
849 WaveTrackData::Get(*this).SetVolume(value);
850}
851
852void WaveTrack::SetVolume(float newVolume)
853{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
SetVolumeMethod · 0.80

Tested by

no test coverage detected