Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ SetRangeUpper
Method
SetRangeUpper
libraries/lib-time-track/TimeTrack.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
void TimeTrack::SetRangeUpper(double upper)
116
{
117
mEnvelope->SetRangeUpper( upper );
118
}
119
120
static const Track::TypeInfo &typeInfo()
121
{
Callers
3
PasteInto
Method · 0.45
OnSetTimeTrackRange
Method · 0.45
PlayAtSpeed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected