Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetPlayStartTime
Method
SetPlayStartTime
libraries/lib-wave-track/WaveClip.cpp:1776–1779 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1774
}
1775
1776
void WaveClip::SetPlayStartTime(double time)
1777
{
1778
SetSequenceStartTime(time - mTrimLeft);
1779
}
1780
1781
double WaveClip::GetPlayEndTime() const
1782
{
Callers
6
GetRenderedCopy
Function · 0.80
CopyPartOfClip
Method · 0.80
Reverse
Method · 0.80
StretchingSequenceIntegrationTest.cpp
File · 0.80
Apply
Method · 0.80
changeClipStartTime
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected