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

Method SetAllTimes

libraries/lib-time-frequency-selection/ViewInfo.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void PlayRegion::SetAllTimes( double start, double end )
192{
193 SetTimes(start, end);
194 mLastActiveStart = start, mLastActiveEnd = end;
195}
196
197void PlayRegion::Clear()
198{

Callers 1

SetPlayRegionToSelectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected