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

Method GetChannelVolume

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

Source from the content-addressed store, hash-verified

881}
882
883float WaveChannel::GetChannelVolume(int channel) const
884{
885 return GetTrack().GetChannelVolume(channel);
886}
887
888float WaveTrack::GetChannelVolume(int channel) const
889{

Callers 5

ProcessPlaybackSlicesMethod · 0.45
ProcessOneMethod · 0.45
GetChannelGainMethod · 0.45
NeedsDitherMethod · 0.45
UpdateMeterMethod · 0.45

Calls 1

GetTrackFunction · 0.85

Tested by

no test coverage detected