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

Method GetSampleView

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

Source from the content-addressed store, hash-verified

2916}
2917
2918ChannelGroupSampleView
2919WaveTrack::GetSampleView(double t0, double t1, bool mayThrow) const
2920{
2921 ChannelGroupSampleView result;
2922 for (const auto& channel : Channels()) {
2923 result.push_back(channel->GetSampleView(t0, t1, mayThrow));
2924 }
2925 return result;
2926}
2927
2928ChannelSampleView
2929WaveChannel::GetSampleView(double t0, double t1, bool mayThrow) const

Callers

nothing calls this directly

Calls 13

moveFunction · 0.85
IntersectsMethod · 0.80
as_size_tMethod · 0.80
ChannelsFunction · 0.70
IntervalsFunction · 0.70
minFunction · 0.50
push_backMethod · 0.45
emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
StartMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected