Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetTrimLeft
Method
SetTrimLeft
libraries/lib-wave-track/WaveClip.cpp:1830–1833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1828
}
1829
1830
void WaveClip::SetTrimLeft(double trim)
1831
{
1832
mTrimLeft = std::max(.0, trim);
1833
}
1834
1835
double WaveClip::GetTrimLeft() const noexcept
1836
{
Callers
5
Trim
Method · 0.80
ClearAndPasteAtSameTempo
Method · 0.80
Paste
Method · 0.80
ClearAndAddCutLine
Method · 0.80
DiscardTrimmed
Method · 0.80
Calls
1
max
Function · 0.85
Tested by
no test coverage detected