MCPcopy 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
1840void WaveClip::SetTrimRight(double trim)
1841{
1842 mTrimRight = std::max(.0, trim);
1843}
1844
1845double WaveClip::GetTrimRight() const noexcept
1846{

Callers 5

TrimMethod · 0.80
PasteMethod · 0.80
ClearAndAddCutLineMethod · 0.80
DiscardTrimmedMethod · 0.80

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected