MCPcopy 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
115void TimeTrack::SetRangeUpper(double upper)
116{
117 mEnvelope->SetRangeUpper( upper );
118}
119
120static const Track::TypeInfo &typeInfo()
121{

Callers 3

PasteIntoMethod · 0.45
OnSetTimeTrackRangeMethod · 0.45
PlayAtSpeedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected