Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
void PlayRegion::SetAllTimes( double start, double end )
192
{
193
SetTimes(start, end);
194
mLastActiveStart = start, mLastActiveEnd = end;
195
}
196
197
void PlayRegion::Clear()
198
{
Callers
1
SetPlayRegionToSelection
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected