Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetRangeUpper
Method
GetRangeUpper
libraries/lib-time-track/TimeTrack.cpp:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
double TimeTrack::GetRangeUpper() const
106
{
107
return mEnvelope->GetRangeUpper();
108
}
109
110
void TimeTrack::SetRangeLower(double lower)
111
{
Callers
7
PasteInto
Method · 0.95
TimeTrack
Method · 0.45
OnSetTimeTrackRange
Method · 0.45
DrawHorzRulerAndCurve
Function · 0.45
DrawTimeTrack
Function · 0.45
UpdateRuler
Method · 0.45
GetTimeTrackData
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected