MCPcopy 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
1830void WaveClip::SetTrimLeft(double trim)
1831{
1832 mTrimLeft = std::max(.0, trim);
1833}
1834
1835double WaveClip::GetTrimLeft() const noexcept
1836{

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