Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetTrimRight
Method
SetTrimRight
libraries/lib-wave-track/WaveClip.cpp:1840–1843 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1838
}
1839
1840
void WaveClip::SetTrimRight(double trim)
1841
{
1842
mTrimRight = std::max(.0, trim);
1843
}
1844
1845
double WaveClip::GetTrimRight() const noexcept
1846
{
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