MCPcopy Create free account
hub / github.com/audacity/audacity / GetRangeLower

Method GetRangeLower

libraries/lib-time-track/TimeTrack.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100double TimeTrack::GetRangeLower() const
101{
102 return mEnvelope->GetRangeLower();
103}
104
105double TimeTrack::GetRangeUpper() const
106{

Callers 7

PasteIntoMethod · 0.95
TimeTrackMethod · 0.45
OnSetTimeTrackRangeMethod · 0.45
DrawHorzRulerAndCurveFunction · 0.45
DrawTimeTrackFunction · 0.45
UpdateRulerMethod · 0.45
GetTimeTrackDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected