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

Method Clear

libraries/lib-time-track/TimeTrack.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void TimeTrack::Clear(double t0, double t1)
192{
193 auto sampleTime = 1.0 / GetRate(*this);
194 mEnvelope->CollapseRegion( t0, t1, sampleTime );
195}
196
197void TimeTrack::Paste(double t, const Track &src)
198{

Callers

nothing calls this directly

Calls 2

CollapseRegionMethod · 0.80
GetRateFunction · 0.70

Tested by

no test coverage detected